Skip to content

Commit

Permalink
chore(ci): build all targets in CI
Browse files Browse the repository at this point in the history
This helps to avoid breakage in benchmarks and examples.
  • Loading branch information
rasendubi committed Sep 9, 2024
1 parent 2b92097 commit 890767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: true
- run: npm ci
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo build --verbose --all-targets
- run: cargo test --verbose
- run: cargo doc --verbose

Expand Down

0 comments on commit 890767d

Please sign in to comment.