Skip to content

Commit

Permalink
Merge pull request #172 from tomberek/tomberek.ci_tests
Browse files Browse the repository at this point in the history
ci: run tests
  • Loading branch information
infinisil authored Mar 26, 2024
2 parents 2aebff9 + d8673df commit 3e0abf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:
- name: build nixfmt
run: nix-build
if: success() || failure()

- name: run tests
run: nix-shell --run ./test/test.sh

0 comments on commit 3e0abf9

Please sign in to comment.