Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Nov 6, 2023
1 parent a1fc812 commit 254c438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Test
workdir: v2
run: go test ./...
run: cd v2 && go test ./...

0 comments on commit 254c438

Please sign in to comment.