diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e7a8797..e57057e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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