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 1ea150f commit 773ff02Copy full SHA for 773ff02
.github/workflows/static-analysis.yaml
.github/workflows/tests.yaml
@@ -7,7 +7,6 @@ jobs:
7
fail-fast: false
8
matrix:
9
target:
10
- - linux-amd64-fmt
11
- linux-amd64-integration-1-cpu
12
- linux-amd64-integration-2-cpu
13
- linux-amd64-integration-4-cpu
@@ -34,9 +33,6 @@ jobs:
34
33
echo ${GOROOT}
35
echo "${TARGET}"
36
case "${TARGET}" in
37
- linux-amd64-fmt)
38
- GOARCH=amd64 PASSES='fmt bom dep' ./test
39
- ;;
40
linux-amd64-integration-1-cpu)
41
make install-gofail
42
GOARCH=amd64 CPU=1 RACE='false' FAILPOINTS='true' make test-integration
0 commit comments