Skip to content

Commit 3e0abf9

Browse files
authored
Merge pull request #172 from tomberek/tomberek.ci_tests
ci: run tests
2 parents 2aebff9 + d8673df commit 3e0abf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424
- name: build nixfmt
2525
run: nix-build
2626
if: success() || failure()
27+
28+
- name: run tests
29+
run: nix-shell --run ./test/test.sh

0 commit comments

Comments
 (0)