Skip to content

Commit

Permalink
Test completions in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Sep 28, 2022
1 parent 0d16cc1 commit cd6b7a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- uses: actions/checkout@v2
- run: cargo test --locked
# check print-completions don't fail
- run: cargo run -- print-completions bash
- run: cargo run -- print-completions fish
- run: cargo run -- print-completions zsh
# release as debug panics, see https://github.com/clap-rs/clap/issues/4272
- run: cargo run --release -- print-completions bash
- run: cargo run --release -- print-completions fish
- run: cargo run --release -- print-completions zsh

test-windows:
runs-on: windows-latest
Expand Down

0 comments on commit cd6b7a5

Please sign in to comment.