Skip to content

Commit 8d1251b

Browse files
GODRIVER-3493 Test why codeql is breaking
1 parent 3e31d2d commit 8d1251b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ tasks:
2020
build:
2121
deps: [install-libmongocrypt]
2222
cmds:
23-
- go build ./...
24-
- go build ${BUILD_TAGS} ./...
23+
#- go build ./...
24+
#- go build ${BUILD_TAGS} ./...
2525
#- task: build-tests
2626
#- task: build-compile-check
2727
#- task: cross-compile

0 commit comments

Comments
 (0)