Skip to content

Commit f15a4af

Browse files
committed
chore: Update test workflow
1 parent 59d4127 commit f15a4af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Go Test
2-
on:
3-
[push, pull_request, workflow_dispatch]
2+
on: [push, pull_request, workflow_dispatch]
43
jobs:
54
haproxy_manager:
65
runs-on: ubuntu-latest
@@ -13,4 +12,4 @@ jobs:
1312
with:
1413
go-version: 1.22
1514
- name: Run tests
16-
run: sudo go test ./haproxy_manager -v
15+
run: sudo go test ./pkg/haproxy_manager -v

0 commit comments

Comments
 (0)