Skip to content

Instantly share code, notes, and snippets.

@alexshd
Created May 10, 2023 05:17
Show Gist options
  • Save alexshd/88466ec8836c4e1340b761a5a6fac39b to your computer and use it in GitHub Desktop.
Save alexshd/88466ec8836c4e1340b761a5a6fac39b to your computer and use it in GitHub Desktop.
# `https://taskfile.dev/`
version: '3'
tasks:
go:test:all:
cmds:
- go test -v ./... -cover -race
sources:
- ./**/*.go
task go:test:all -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment