Skip to content

Commit

Permalink
maint: Add github action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox committed Dec 25, 2023
1 parent 50c1cf2 commit 4b68df3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- name: CI
on: [push]
branch: master
steps:
- name: Setup Go environment
uses: actions/setup-go@v5.0.0
with:
check-latest: true
go-version-file: 'go.mod'
cache-dependency-path: |
go.sum
run: go test -v ./internal/... ./gwirl/...

0 comments on commit 4b68df3

Please sign in to comment.