Skip to content

Commit

Permalink
fix examples CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Oct 26, 2023
1 parent 5d27a41 commit 5d18e89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
with:
go-version: ${{ matrix.goversion }}
- run: go install -v ./gnovm/cmd/gno
- run: go run ./gnovm/cmd/gno precompile --verbose ./examples
- run: go run ./gnovm/cmd/gno build --verbose ./examples
- run: go run ./gnovm/cmd/gno precompile --verbose --build ./examples
test:
strategy:
fail-fast: false
Expand Down

0 comments on commit 5d18e89

Please sign in to comment.