Skip to content

Commit ab52511

Browse files
committed
- Update workflow
1 parent 0e20e39 commit ab52511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
go-version: '1.23.4'
2222

2323
- name: Run Tests
24-
run: go test -v ./src/...
24+
working-directory: ./src
25+
run: go test -v ./...
2526

2627
goreleaser:
2728
needs: test

0 commit comments

Comments
 (0)