Skip to content

Commit

Permalink
Only run --release build and test, to avoid erroring out compiling th…
Browse files Browse the repository at this point in the history
…e doc overflow example
  • Loading branch information
density215 committed Mar 26, 2024
1 parent 832cc17 commit b0d153f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: rustup component add clippy
- if: matrix.rust == 'stable'
run: cargo clippy -- -D warnings
- run: cargo build --verbose ${{ matrix.args }}
- run: cargo test --verbose ${{ matrix.args }}
- run: cargo build --verbose --release ${{ matrix.args }}
- run: cargo test --verbose --release ${{ matrix.args }}

0 comments on commit b0d153f

Please sign in to comment.