Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Sep 10, 2024
1 parent 3d98f6c commit cf88ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: docker compose up -d
- run: docker compose up -d --wait
- run: go run main.go migrate
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
- uses: codecov/[email protected]
Expand Down

0 comments on commit cf88ab1

Please sign in to comment.