Skip to content

Commit

Permalink
Merge branch 'main' into touch
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami authored Sep 26, 2024
2 parents 5368061 + 18c2d80 commit a5cfbf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit a5cfbf9

Please sign in to comment.