summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-09-25 19:55:08 +0200
committerLaurenz <laurmaedje@gmail.com>2022-09-25 19:55:08 +0200
commitc03a72aafe2a9170a292130ae8ea904694597390 (patch)
tree33bcec4ffd12e207d965df880dfead503f9610d3
parent8b4210669b31a6da61f04b959e0ebcad7ff4e448 (diff)
Fix CI
-rw-r--r--.github/workflows/rust.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 2efa3e4c..c7dc91bd 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: