Skip to content

Commit

Permalink
ci: add test step on gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Jun 13, 2023
1 parent 05a3d7b commit 193a5a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
go-version: '>=1.20.1'
cache: true

- name: test
run: make test

- name: check license headers
run: make checklicense

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
bin/
*.out
web/main.wasm

0 comments on commit 193a5a6

Please sign in to comment.