From aa4afcfa29bbdf73d34f567600645e39714da467 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Thu, 21 Dec 2023 18:27:46 -0800 Subject: [PATCH] Add OS to testlog output to separate macos and linux test logs --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 5bac641..017de29 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -91,7 +91,7 @@ jobs: uses: actions/upload-artifact@v3 if: success() || failure() with: - name: testlog.txt + name: testlog-${{ matrix.os }}.txt path: /tmp/test.log # - name: Setup tmate session