Skip to content

Commit f3fb57b

Browse files
WiseMrMusav0-e
andcommitted
Add all-targets
Co-authored-by: v0-e <xyz.vieira@gmail.com>
1 parent 8eec963 commit f3fb57b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ jobs:
4444
run: cargo build --benches --all-features
4545
- name: Run tests
4646
run: cargo test --workspace --verbose
47+
- name: Build benches
48+
run: cargo build --benches --all-features --all-targets
49+
- name: Run tests
50+
run: cargo test --workspace --verbose

0 commit comments

Comments
 (0)