Skip to content

Commit 8a53918

Browse files
committed
ci: Run the tests in the test crate too
1 parent 0fead3e commit 8a53918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
toolchain: ${{ matrix.rust }}
1717
profile: minimal
1818
default: true
19-
- run: cargo build --verbose
20-
- run: cargo test --verbose
19+
- run: cargo build
20+
- run: cargo test --all
2121
clippy:
2222
runs-on: ubuntu-latest
2323
steps:

0 commit comments

Comments
 (0)