We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a81f922 + d8673df commit a1d083aCopy full SHA for a1d083a
.github/workflows/main.yml
@@ -24,3 +24,6 @@ jobs:
24
- name: build nixfmt
25
run: nix-build
26
if: success() || failure()
27
+
28
+ - name: run tests
29
+ run: nix-shell --run ./test/test.sh
0 commit comments