Skip to content

Commit

Permalink
+ download deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrymomot committed Feb 12, 2023
1 parent 6de97fc commit 07748ee
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 @@ -23,5 +23,8 @@ jobs:
with:
go-version: 1.20

- name: Install dependencies
run: go mod download

- name: Run tests
run: go test -p 1 -count=1 -race -cover ./...

0 comments on commit 07748ee

Please sign in to comment.