Skip to content

Commit

Permalink
Re-enable compile-time tests on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Aug 17, 2023
1 parent 2832157 commit 8d6d851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Run client-side tests
run: nix develop -c just test-client-side

- name: Run compile-time tests
run: nix develop -c just test-compile-time

- name: Run nain4 examples
run: nix develop -c just test-examples

Expand Down

0 comments on commit 8d6d851

Please sign in to comment.