Skip to content

Commit 0e20e39

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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

2323
- name: Run Tests
24-
run: go test -v ./...
24+
run: go test -v ./src/...
2525

2626
goreleaser:
2727
needs: test

0 commit comments

Comments
 (0)