diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29dfa00b..ed3e974e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,8 @@ jobs: - name: Compile code run: nix build timeout-minutes: 10 - # - run: nix run .#test + - name: Compile test + run: nix run .#test # timeout-minutes: 5 # - name: Update package index # run: ./bin/${{ matrix.devShell }} -c cabal update