Skip to content

Commit 3e31d2d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ tasks:
2222
cmds:
2323
- go build ./...
2424
- go build ${BUILD_TAGS} ./...
25-
- task: build-tests
26-
- task: build-compile-check
27-
- task: cross-compile
25+
#- task: build-tests
26+
#- task: build-compile-check
27+
#- task: cross-compile
2828

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

0 commit comments

Comments
 (0)