From c03a72aafe2a9170a292130ae8ea904694597390 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 25 Sep 2022 19:55:08 +0200 Subject: [PATCH] Fix CI --- .github/workflows/rust.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2efa3e4c9..c7dc91bd7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: