mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00: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…
x
Reference in New Issue
Block a user