Skip to content

Commit

Permalink
Change tags to cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Lavrenchuk committed Aug 27, 2024
1 parent d7be1cc commit 8bd400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tasks:
_test:go:
internal: true
cmds:
- go test -tags="{{ .goTags }}" ./...
- go test -tags="{{ .cgoTags }}" ./...

build:
desc: Build d8 binary for personal usage
Expand Down

0 comments on commit 8bd400c

Please sign in to comment.