Skip to content

Commit 773ff02

Browse files
committed
github/workflows: remove fmt tests
Signed-off-by: joshjms <joshjms1607@gmail.com>
1 parent 1ea150f commit 773ff02

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
fail-fast: false
88
matrix:
99
target:
10-
- linux-amd64-fmt
1110
- linux-amd64-integration-1-cpu
1211
- linux-amd64-integration-2-cpu
1312
- linux-amd64-integration-4-cpu
@@ -34,9 +33,6 @@ jobs:
3433
echo ${GOROOT}
3534
echo "${TARGET}"
3635
case "${TARGET}" in
37-
linux-amd64-fmt)
38-
GOARCH=amd64 PASSES='fmt bom dep' ./test
39-
;;
4036
linux-amd64-integration-1-cpu)
4137
make install-gofail
4238
GOARCH=amd64 CPU=1 RACE='false' FAILPOINTS='true' make test-integration

0 commit comments

Comments
 (0)