Skip to content

Commit

Permalink
Update timeout for test and switch xk6 dependency to latest vs master
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Balogh <[email protected]>
  • Loading branch information
javaducky committed Apr 11, 2023
1 parent 11d431d commit 0c01363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
go version
pwd && ls -l
go install go.k6.io/xk6/cmd/xk6@master
MODULE_NAME=`go list -m`
go install go.k6.io/xk6/cmd/xk6@latest
MODULE_NAME=$(go list -m)
GOPRIVATE="go.k6.io/k6" xk6 build \
xk6 build \
--output ./k6ext \
--with $MODULE_NAME="."
./k6ext version
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
run: |
which go
go version
go test -race -timeout 800s ./...
go test -race -timeout 60s ./...

0 comments on commit 0c01363

Please sign in to comment.