Skip to content

Commit

Permalink
test: correct rel paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexwang8 committed Oct 17, 2024
1 parent fb5f165 commit 510a90c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/TestGPT_BPE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./

0 comments on commit 510a90c

Please sign in to comment.