aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-11-18 08:28:15 -0800
committerGitHub <[email protected]>2025-11-18 08:28:15 -0800
commite07497690faf1c8a14229183f4054f96832b1d5d (patch)
tree758ece2eb675ea83247e045f4b3a4ef6c10dc47e
parent5b1149a52dbec9e3bdd10dc341dc0751ab4798a6 (diff)
Fix rolling workflow (#23)
Signed-off-by: Felipe Balbi <[email protected]>
-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