Skip to content

Commit d30bc5c

Browse files
ci: Only build in MSRV job, don't run tests
This allows test-only dependencies to require a higher MSRV.
1 parent 4d8e06e commit d30bc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: rustup default $rust_version
3333
- uses: Swatinem/rust-cache@v2
3434
- run: rustc --version
35-
- run: cargo test --all-features
35+
- run: cargo build -p uguid -p gpt_disk_types -p gpt_disk_io --all-features
3636

3737
check:
3838
name: Check

0 commit comments

Comments
 (0)