mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 10:03:30 +02:00
Run dev check only on Linux
This commit is contained in:
@@ -34,5 +34,10 @@ jobs:
|
|||||||
- uses: swatinem/rust-cache@v2
|
- uses: swatinem/rust-cache@v2
|
||||||
- name: Run cargo test
|
- name: Run cargo test
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
dev-check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: swatinem/rust-cache@v2
|
||||||
- name: Run rustlings dev check
|
- name: Run rustlings dev check
|
||||||
run: cargo run -- dev check
|
run: cargo run -- dev check
|
||||||
|
|||||||
Reference in New Issue
Block a user