Skip to content

Commit 44bff74

Browse files
committed
chore: revert transpile invocation change
Signed-off-by: Norman <norman@samourai.coop>
1 parent 62f0f9d commit 44bff74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
go-version: ${{ matrix.goversion }}
3131
- run: go install -v ./gnovm/cmd/gno
32-
- run: go run ./gnovm/cmd/gno tool transpile -v --gobuild ./examples/...
32+
- run: go run ./gnovm/cmd/gno tool transpile -v --gobuild ./examples
3333
test:
3434
strategy:
3535
fail-fast: false

0 commit comments

Comments
 (0)