Skip to content

Commit 6d8a14c

Browse files
committed
Try building generated environments in CI
1 parent a710bfc commit 6d8a14c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
with:
3434
extra_nix_config: |
3535
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
36-
- run: |
36+
- name: Run julia2nix
37+
run: |
3738
cd test_depots/${{matrix.test_depot}}
3839
nix run ..
40+
- name: Run nix-build
41+
run: |
42+
nix-build .

0 commit comments

Comments
 (0)