Skip to content

Commit 5a4bc07

Browse files
GODRIVER-3493 Test why codeql is breaking
1 parent 8d1251b commit 5a4bc07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Taskfile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ tasks:
2020
build:
2121
deps: [install-libmongocrypt]
2222
cmds:
23-
#- go build ./...
24-
#- go build ${BUILD_TAGS} ./...
25-
#- task: build-tests
26-
#- task: build-compile-check
27-
#- task: cross-compile
23+
- go build ./...
24+
- go build ${BUILD_TAGS} ./...
25+
- task: build-tests
26+
- task: build-compile-check-msv
27+
- task: cross-compile
2828

2929
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
3030

0 commit comments

Comments
 (0)