Skip to content

Commit

Permalink
remove python test
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Aug 3, 2024
1 parent ce6dfa6 commit e4fb59c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: "latest"

- name: Test
run: make gotest
run: make test

- name: Build
run: make bin
48 changes: 0 additions & 48 deletions .github/workflows/pytest.yml

This file was deleted.

7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@ start:
debug:
docker compose -f deployment/compose.yml up

pytest:
db_pass="password" pytest -v

gotest:
test:
gofmt -l .
go vet -composites=false ./...
staticcheck ./...
go test -v ./...

test: pytest gotest

migration:
cd migration; \
${SQL_MIGRATE_BIN} up -env=local; \
Expand Down

0 comments on commit e4fb59c

Please sign in to comment.