Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 582abdf

Browse files
committed
why are we building before testing???
`cargo test` will already build our stuff. We needn't call `cargo build` and then `cargo test`
1 parent 15a359c commit 582abdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
toolchain: ${{ matrix.toolchain }}
3333
- uses: taiki-e/install-action@cargo-nextest
3434
- run: sudo apt install -y libwayland-dev wayland-protocols
35-
- run: cargo build --workspace --locked --verbose
3635
- run: cargo nextest run --workspace --locked
3736

3837
msrv:
@@ -50,5 +49,4 @@ jobs:
5049
toolchain: ${{ steps.msrv.outputs.value }}
5150
- uses: taiki-e/install-action@cargo-nextest
5251
- run: sudo apt install -y libwayland-dev wayland-protocols
53-
- run: cargo build --workspace --locked --verbose
5452
- run: cargo nextest run --workspace --locked

0 commit comments

Comments
 (0)