Skip to content

Commit

Permalink
feat: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Jul 19, 2024
1 parent 708989b commit e8389f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
with:
go-version: 1.20

- name: Install dependencies
run: go mod download

- name: Run tests
run: go test -v ./...

0 comments on commit e8389f3

Please sign in to comment.