We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974c811 commit 7cdf342Copy full SHA for 7cdf342
.github/workflows/smoke-test.yml
@@ -19,7 +19,12 @@ concurrency:
19
20
jobs:
21
test:
22
- runs-on: ubuntu-latest
+ strategy:
23
+ matrix:
24
+ os:
25
+ - ubuntu-latest
26
+ - macos-latest
27
+ runs-on: ${{ matrix.os }}
28
steps:
29
- uses: actions/checkout@v4
30
- uses: cachix/install-nix-action@v26
.github/workflows/unit-test.yml
@@ -13,7 +13,12 @@ concurrency:
13
14
15
16
17
18
0 commit comments