Skip to content

Commit

Permalink
run tests on windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihkel Eidast committed Aug 7, 2021
1 parent 260c667 commit 74f6443
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -5,10 +5,14 @@ on:
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
node-version:
- 14
- 12
Expand Down

0 comments on commit 74f6443

Please sign in to comment.