mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Run dev check only on Linux
This commit is contained in:
parent
a72c26bdc3
commit
fa6b7d77b2
1 changed files with 5 additions and 0 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue