mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
Check without features on CI
This commit is contained in:
parent
380306930b
commit
98eb60b1ff
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -38,3 +38,7 @@ jobs:
|
|||
with:
|
||||
command: test
|
||||
args: --all-features --doc
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --no-default-features
|
||||
|
|
Loading…
Reference in a new issue