Skip to content

Commit fa6b7d7

Browse files
committed
Run dev check only on Linux
1 parent a72c26b commit fa6b7d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@ jobs:
3434
- uses: swatinem/rust-cache@v2
3535
- name: Run cargo test
3636
run: cargo test
37+
dev-check:
38+
runs-on: ubuntu-latest
39+
steps:
40+
- uses: actions/checkout@v4
41+
- uses: swatinem/rust-cache@v2
3742
- name: Run rustlings dev check
3843
run: cargo run -- dev check

0 commit comments

Comments
 (0)