Skip to content

Commit 293e09f

Browse files
committed
cd to x/k6 to run k6 module makefile
1 parent acb92e0 commit 293e09f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Run k6 go/mod
3535
if: contains('1.22 1.23 tip', matrix.go)
36-
run: make go/mod -f ./x/k6/Makefile && git diff --exit-code
36+
run: cd x/k6 && make go/mod && git diff --exit-code
3737

3838
- name: Install Go stable
3939
if: matrix.go == 'tip'
@@ -67,4 +67,5 @@ jobs:
6767
run: |
6868
which go
6969
go version
70-
make test -f ./x/k6/Makefile
70+
cd x/k6
71+
make test

0 commit comments

Comments
 (0)