Skip to content

Commit 9dc9716

Browse files
authored
Merge pull request #48 from bart0sh/PR0010-create-run-tests-on-prs
.github: run schema and unit tests
2 parents b56d7c3 + 0fc9036 commit 9dc9716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sanity.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717
run: make fmt
1818
- name: Vet
1919
run: make vet
20+
- name: Test
21+
run: make test

0 commit comments

Comments
 (0)