mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
Test apple target
This commit is contained in:
parent
183ed3f88f
commit
9f517e4eb8
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -37,7 +37,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