Skip to content

Commit

Permalink
cleanup task file
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Aug 29, 2024
1 parent c95f83f commit d23e444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ tasks:

go:test:
desc: runs and outputs results of created go tests
aliases: ['go:test:psql', 'test:psql']
aliases: ['test']
env:
TEST_DB_URL: "docker://postgres:16-alpine"
cmds:
- go test -v ./...

Expand Down

0 comments on commit d23e444

Please sign in to comment.