Skip to content

Commit

Permalink
📝 enable stable test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Sep 1, 2024
1 parent 969027c commit 5280f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
channel:
- stable
- nightly
target:
#- { name: macOS-aarch64, os: macos-latest, tool: aarch64-apple-darwin }
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:

- name: Setup rust cross-platform toolchain
run: |
rustup default nightly
rustup default ${{ matrix.channel }}
rustup target add ${{ matrix.target.tool }}
cargo install cross
Expand Down

0 comments on commit 5280f6a

Please sign in to comment.