Update rust-ci.yml

This commit is contained in:
Jamjamjon
2024-04-14 16:00:00 +08:00
committed by GitHub
parent 51b75e9a21
commit a717b98f7b

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, macOS-latest]
rust: [stable] rust: [stable]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -27,11 +27,11 @@ jobs:
args: --workspace --examples args: --workspace --examples
test: test:
name: Test Suite name: Test
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, macOS-latest]
rust: [stable] rust: [stable]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2