Skip to content

Commit

Permalink
cd to x/k6 to run k6 module makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhuhta committed Dec 20, 2024
1 parent acb92e0 commit 293e09f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

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

- name: Install Go stable
if: matrix.go == 'tip'
Expand Down Expand Up @@ -67,4 +67,5 @@ jobs:
run: |
which go
go version
make test -f ./x/k6/Makefile
cd x/k6
make test

0 comments on commit 293e09f

Please sign in to comment.