From 5d5d8a21cfc041ab08d30229f4ecb4cbb415cbc5 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 1 Jan 2022 12:12:50 +0100 Subject: Bump and lock dependencies --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3