Skip to content

Commit

Permalink
fix remove test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lxw665 committed Jun 25, 2024
1 parent 2ec8035 commit 05656ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
- name: Check gosec
run: |
set -x
go get -u golang.org/x/[email protected]
go install github.com/securego/gosec/v2/cmd/gosec@latest
go mod tidy
make sec
- name: Init Database
run: psql -f hack/init_postgres.sql postgresql://postgres:root@localhost:5432/postgres
Expand Down

0 comments on commit 05656ab

Please sign in to comment.