Skip to content

Commit

Permalink
Merge pull request #6 from alta/ydnar/linux-tests
Browse files Browse the repository at this point in the history
chore: restore Linux tests
  • Loading branch information
ydnar authored Jun 15, 2024
2 parents 09315a6 + f131564 commit 053688c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ on:
jobs:
test:
name: Test
runs-on: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 053688c

Please sign in to comment.