You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+34-33Lines changed: 34 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -8,44 +8,45 @@ jobs:
8
8
test:
9
9
strategy:
10
10
matrix:
11
-
template:
12
-
- ""
13
-
- agd
14
-
- hask
15
-
- iogx
16
-
- iogx-plutus
17
-
- pix
18
-
- pix-ctl
19
-
- pix-ctl-full
20
-
os:
21
-
- ubuntu-latest
22
-
- macos-latest
23
-
exclude:
24
-
- template: iogx
11
+
target:
12
+
- name: ""
13
+
free: false
14
+
os: ubuntu-latest
15
+
- name: ""
16
+
free: false
25
17
os: macos-latest
26
-
- template: iogx-plutus
27
-
os: macos-latest
28
-
- template: pix
29
-
os: macos-latest
30
-
- template: pix-ctl
31
-
os: macos-latest
32
-
- template: pix-ctl-full
33
-
os: macos-latest
34
-
# FIXME flakes not passing CI tests
35
-
# error: flake 'git+file:///private/tmp/nix-templates/target' does not provide attribute 'devShells.aarch64-darwin.default', 'devShell.aarch64-darwin', 'packages.aarch64-darwin.default' or 'defaultPackage.aarch64-darwin'
36
-
- template: hask
37
-
os: macos-latest
38
-
- template: agd
39
-
os: macos-latest
40
-
runs-on: ${{ matrix.os }}
18
+
# FIXME hask and agd flakes not running mac CI tests
19
+
# error: flake 'git+file:///private/tmp/nix-templates/target' does not provide attribute 'devShells.aarch64-darwin.default', 'devShell.aarch64-darwin', 'packages.aarch64-darwin.default' or 'defaultPackage.aarch64-darwin'
0 commit comments