diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-09-25 19:55:08 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-09-25 19:55:08 +0200 |
| commit | c03a72aafe2a9170a292130ae8ea904694597390 (patch) | |
| tree | 33bcec4ffd12e207d965df880dfead503f9610d3 /.github/workflows | |
| parent | 8b4210669b31a6da61f04b959e0ebcad7ff4e448 (diff) | |
Fix CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 6 |
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: |
