summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorClaire Wang <claire@tailscale.com>2023-07-05 14:27:50 -0400
committerClaire Wang <claire@tailscale.com>2023-07-05 14:27:50 -0400
commit67fd260317cc806edc7e594bd2d1f963cebb6662 (patch)
treecacbb263a76534ab723e7e9b2af629c6144710fe /.github/workflows
parente2dca1c8b4540f697b090ec7e2a68f28bb50a696 (diff)
downloadtailscale-clairew/test-wrapper-write-file.tar.xz
tailscale-clairew/test-wrapper-write-file.zip
Signed-off-by: Claire Wang <claire@tailscale.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a863e5ab3..961b8683c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -90,7 +90,7 @@ jobs:
- name: build test wrapper
run: ./tool/go build -o /tmp/testwrapper ./cmd/testwrapper
- name: test all
- run: PATH=$PWD/tool:$PATH /tmp/testwrapper -w ./... ${{matrix.buildflags}}
+ run: PATH=$PWD/tool:$PATH /tmp/testwrapper -json test_attempts.json ./... ${{matrix.buildflags}}
env:
GOARCH: ${{ matrix.goarch }}
- name: upload test output