diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70d75dd..b3b6a71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,5 +26,6 @@ jobs: - uses: cachix/install-nix-action@v25 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - - run: nix build - - run: nix flake check + - run: nix-shell -p shunit2 -i ./run_tests.sh + # - run: nix build + # - run: nix flake check