We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1251b commit 5a4bc07Copy full SHA for 5a4bc07
Taskfile.yml
@@ -20,11 +20,11 @@ tasks:
20
build:
21
deps: [install-libmongocrypt]
22
cmds:
23
- #- go build ./...
24
- #- go build ${BUILD_TAGS} ./...
25
- #- task: build-tests
26
- #- task: build-compile-check
27
- #- task: cross-compile
+ - go build ./...
+ - go build ${BUILD_TAGS} ./...
+ - task: build-tests
+ - task: build-compile-check-msv
+ - task: cross-compile
28
29
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
30
0 commit comments