Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowa committed Feb 11, 2024
1 parent 42814e8 commit 9b0e249
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
run: |
docker-compose up -d
sleep 3
- name: Install Go dependencies
- name: Install dependencies
run: |
go mod tidy
go mod download
go get .
- name: Test
run: go test -p 1 ./...

0 comments on commit 9b0e249

Please sign in to comment.