Skip to content

Commit

Permalink
remove matrix run
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Sep 25, 2024
1 parent 54f4811 commit 7c8eb39
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ env:

jobs:
ci:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -27,4 +23,3 @@ jobs:
run: cargo clippy -- -D warnings
- name: Run tests
run: cargo test --verbose

0 comments on commit 7c8eb39

Please sign in to comment.