Skip to content

Commit

Permalink
chore: update gitignore & taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Broderick-Westrope committed Aug 18, 2024
1 parent feb7b12 commit 29b4ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,7 @@ config.toml
cover.out
# Database files
**/*.db
# Generated by Taskfile
./task/*
.task
dist/
6 changes: 1 addition & 5 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ tasks:
test:
desc: Runs test suite
aliases: [t]
deps: [install]
cmds:
- go test {{catLines .GO_PACKAGES}}
vars:
GO_PACKAGES:
sh: go list ./...
- go test -cover ./...

goreleaser:test:
desc: Tests release process without publishing
Expand Down

0 comments on commit 29b4ad4

Please sign in to comment.