github actions: no default features / run all tests
This commit is contained in:
parent
43924ba8fc
commit
cb81f3a6f0
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -21,4 +21,5 @@ jobs:
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose --all --no-default-features --features headless
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user