From 510a90ce12dea2cb54b79dc76e0d91b4b8a0fe71 Mon Sep 17 00:00:00 2001 From: rexwang8 Date: Thu, 17 Oct 2024 11:00:04 -0400 Subject: [PATCH] test: correct rel paths --- .github/workflows/TestGPT_BPE.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/TestGPT_BPE.yml b/.github/workflows/TestGPT_BPE.yml index a30d51b..89e4aad 100644 --- a/.github/workflows/TestGPT_BPE.yml +++ b/.github/workflows/TestGPT_BPE.yml @@ -17,7 +17,9 @@ jobs: go-version: 1.19 - name: Build - run: go build -v ./.. + run: go build -v ./ - name: Test uses: robherley/go-test-action@v0 + with: + testArguments: ./