Skip to content

Commit

Permalink
add test task
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Nov 30, 2024
1 parent cc8163a commit 4244e5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: '3'

tasks:
test:
cmds:
- 'go test ./...'
current-version:
cmds:
- 'echo "Version: {{.GIT_TAG_CURRENT}}"'
Expand Down

0 comments on commit 4244e5e

Please sign in to comment.