Skip to content

Commit 6a43472

Browse files
ElijahVlasovv0-e
andcommitted
benches -> workspace
Co-authored-by: v0-e <134806759+v0-e@users.noreply.github.com>
1 parent da53158 commit 6a43472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Build
1919
run: cargo test --workspace --verbose --no-run
20-
- name: Build benches
21-
run: cargo build --benches --all-features --all-targets
20+
- name: Build all targets
21+
run: cargo build --workspace --all-features --all-targets
2222
- name: Run tests
2323
run: cargo test --workspace --verbose

0 commit comments

Comments
 (0)