Skip to content

Commit d8673df

Browse files
committed
ci: run tests
1 parent a81f922 commit d8673df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
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)