Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Mar 10, 2024
1 parent 1d7aa8b commit d48d649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ tasks:
GOOS: windows
GOARCH: amd64

build-examples:
cmds:
- go build examples/default/main.go
- go build examples/custom/main.go

test:
env:
CGO_ENABLED: 1 # required by -race
Expand Down

0 comments on commit d48d649

Please sign in to comment.