We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1440c3d commit 92e43abCopy full SHA for 92e43ab
.github/workflows/ci.yaml
@@ -3,6 +3,10 @@ on: [push, pull_request]
3
4
jobs:
5
test:
6
+ strategy:
7
+ fail-fast: false
8
+ matrix:
9
+ os: [ubuntu-latest, macos-latest, windows-latest]
10
runs-on: ${{matrix.os}}
11
steps:
12
- uses: actions/checkout@v4
0 commit comments