aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/rolling.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml
index 1d93cfe25..a9f0b30b4 100644
--- a/.github/workflows/rolling.yml
+++ b/.github/workflows/rolling.yml
@@ -33,7 +33,7 @@ jobs:
33 - name: cargo check 33 - name: cargo check
34 run: | 34 run: |
35 cargo update 35 cargo update
36 cargo check --all-features check 36 cargo check --all-features
37 37
38 msrv: 38 msrv:
39 runs-on: ubuntu-latest 39 runs-on: ubuntu-latest
@@ -55,4 +55,4 @@ jobs:
55 - name: cargo +${{ matrix.msrv }} check 55 - name: cargo +${{ matrix.msrv }} check
56 run: | 56 run: |
57 cargo update 57 cargo update
58 cargo check --all-features check 58 cargo check --all-features