Skip to content

Commit

Permalink
Test benches in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseev-signal committed May 24, 2023
1 parent f89d43f commit e8b1e15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,11 @@ jobs:
# Exclude signal-neon-futures because those tests run Node
run: cargo ${{ matrix.toolchain }} test --workspace --all-features --verbose --target i686-unknown-linux-gnu --exclude signal-neon-futures -- -Z unstable-options --include-ignored

- name: Build benches and bins
run: cargo ${{ matrix.toolchain }} build --benches --bins --all-features --verbose
- name: Test run benches
run: cargo ${{ matrix.toolchain }} test --workspace --benches --all-features --verbose

- name: Build bins
run: cargo ${{ matrix.toolchain }} build --bins --all-features --verbose

- name: Clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
Expand Down

0 comments on commit e8b1e15

Please sign in to comment.