Skip to content

Commit da53158

Browse files
ElijahVlasovv0-e
andcommitted
Add all-targets
Co-authored-by: v0-e <xyz.vieira@gmail.com>
1 parent 5d3e4af commit da53158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Build
1919
run: cargo test --workspace --verbose --no-run
2020
- name: Build benches
21-
run: cargo build --benches --all-features
21+
run: cargo build --benches --all-features --all-targets
2222
- name: Run tests
2323
run: cargo test --workspace --verbose

0 commit comments

Comments
 (0)