Skip to content

Commit

Permalink
[ci] try running tests with shunit2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghthor committed Feb 23, 2024
1 parent f12bab7 commit a7b1cc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a7b1cc2

Please sign in to comment.