We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f0f9d commit 44bff74Copy full SHA for 44bff74
.github/workflows/examples.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
go-version: ${{ matrix.goversion }}
31
- run: go install -v ./gnovm/cmd/gno
32
- - run: go run ./gnovm/cmd/gno tool transpile -v --gobuild ./examples/...
+ - run: go run ./gnovm/cmd/gno tool transpile -v --gobuild ./examples
33
test:
34
strategy:
35
fail-fast: false
0 commit comments