Skip to content

Commit

Permalink
Only test on Linux now, like ANISE
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 14, 2024
1 parent 3c4b89b commit 0b19717
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
#- { version: "1.70", name: MSRV } # Reenable this before stablizing version 2.0
- { version: stable, name: stable }

runs-on: ${{ matrix.os }}
name: Tests (${{ matrix.os }}, ${{ matrix.rust.name }})
runs-on: ubuntu-latest
name: Tests (ubuntu-latest, ${{ matrix.rust.name }})
needs: [check]
steps:
- name: Checkout sources
Expand Down

0 comments on commit 0b19717

Please sign in to comment.