Skip to content

Commit 7081d6d

Browse files
committed
Add data for installing Rust
1 parent 8641afc commit 7081d6d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/check-rust.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,16 @@ jobs:
212212
cargo-audit:
213213
name: cargo audit
214214
runs-on: SubtensorCI
215+
strategy:
216+
matrix:
217+
rust-branch:
218+
- stable
219+
rust-target:
220+
- x86_64-unknown-linux-gnu
221+
# - x86_64-apple-darwin
222+
os:
223+
- ubuntu-latest
224+
# - macos-latest
215225
steps:
216226
- name: Check-out repositoroy under $GITHUB_WORKSPACE
217227
uses: actions/checkout@v4

0 commit comments

Comments
 (0)