diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-01 12:12:50 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-01 12:23:00 +0100 |
| commit | 5d5d8a21cfc041ab08d30229f4ecb4cbb415cbc5 (patch) | |
| tree | 3f11f36eb36a558745c57311b31ce308fbbb27ac /.github/workflows/rust.yml | |
| parent | f5dcb84e36a38182218c7f907b861b12d2bd2c1c (diff) | |
Bump and lock dependencies
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 13ec20ff..2efa3e4c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,14 +36,14 @@ jobs: command: build args: --all-features - - name: Test + - name: Test without incremental uses: actions-rs/cargo@v1 with: command: test - args: --all-features + args: --no-default-features --features fs - - name: Test without incremental + - name: Test uses: actions-rs/cargo@v1 with: command: test - args: --no-default-features --features fs + args: --all-features |
