Skip to content

Commit

Permalink
chore: split gnovm jobs
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Dec 31, 2024
1 parent eebf546 commit a191829
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
tests-extra-args: "-coverpkg=github.com/gnolang/gno/gnovm/..."
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
fmt:

stdlibs-fmt:
name: Run gno fmt on stdlibs
uses: ./.github/workflows/gnofmt_template.yml
with:
path: "gnovm/stdlibs/..."

test-gno:
stdlibs-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -42,4 +43,4 @@ jobs:
- name: Go test
working-directory: gnovm
# use 0 for GOMAXPROCS
run: gno test -v -parallel=0 ./...
run: gno test -v -parallel=0 ./stdlibs/...

0 comments on commit a191829

Please sign in to comment.