mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
Merge 9f517e4eb8
into 8df66f7991
This commit is contained in:
commit
3a011cdb9f
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -35,7 +35,10 @@ jobs:
|
|||
- name: Run cargo test
|
||||
run: cargo test --workspace
|
||||
dev-check:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: swatinem/rust-cache@v2
|
||||
|
|
Loading…
Reference in a new issue