Fix CI
This commit is contained in:
parent
8b4210669b
commit
c03a72aafe
|
|
@ -36,12 +36,6 @@ jobs:
|
||||||
command: build
|
command: build
|
||||||
args: --all-features
|
args: --all-features
|
||||||
|
|
||||||
- name: Test without incremental
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: test
|
|
||||||
args: --no-default-features --features fs
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue