Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gphper committed Sep 5, 2023
1 parent 023e1b8 commit 5aea473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ginadmin.yml
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: Test Run Project
run: |
go mod tidy
go mod download
go run ./cmd/ginadmin db migrate
go run ./cmd/ginadmin db seed
go test -v ./test
go test -v ./...

0 comments on commit 5aea473

Please sign in to comment.