Skip to content

Commit 2b82454

Browse files
committed
Update affected-tests.yml
1 parent e05962b commit 2b82454

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/affected-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ jobs:
2727
- name: Go Mod Download
2828
run: go mod download
2929

30-
# 1) Build and compile tests only (no execution)
31-
- name: Build (compile-only)
32-
run: go build ./...
33-
34-
- name: Compile tests (no execution)
35-
shell: bash
36-
run: |
37-
set -euo pipefail
38-
while read -r pkg; do
39-
go test -c -o /dev/null "$pkg" || exit 1
40-
done < <(go list ./...)
41-
4230
- name: Compute base ref
4331
id: pr-info
4432
run: |

0 commit comments

Comments
 (0)