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 29a0e6b commit 6a70126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [macos-latest]
os: [windows-latest, macos-latest]
toolchain:
- stable
# - beta
Expand All @@ -25,8 +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: Cargo Clean
# run: cargo clean
- name: Build
run: cargo build --release --verbose
- name: Run tests
Expand Down

0 comments on commit 6a70126

Please sign in to comment.