This commit is contained in:
Laurenz 2022-09-25 19:55:08 +02:00
parent 8b4210669b
commit c03a72aafe

View File

@ -36,12 +36,6 @@ jobs:
command: build
args: --all-features
- name: Test without incremental
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features fs
- name: Test
uses: actions-rs/cargo@v1
with: