Skip to content

Commit

Permalink
yml file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Coder-Harshit committed Sep 9, 2024
1 parent 0ba2087 commit 29a0e6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [macos-latest]
toolchain:
- stable
# - beta
Expand All @@ -24,6 +25,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Cargo Clean
run: cargo clean
- name: Build
run: cargo build --release --verbose
- name: Run tests
Expand Down

0 comments on commit 29a0e6b

Please sign in to comment.