File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- name : Gno fmt
1+ name : Gno Packages
22
33on :
44 push :
2121 TOOLS_REF : " master"
2222
2323jobs :
24- build_and_test :
24+ format :
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout this repo
Original file line number Diff line number Diff line change 1- name : Gno lint
1+ name : Gno Packages
22
33on :
44 push :
2121 TOOLS_REF : " master"
2222
2323jobs :
24- build_and_test :
24+ lint :
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout this repo
Original file line number Diff line number Diff line change 1- name : Gno test
1+ name : Gno Packages
22
33on :
44 push :
2121 TOOLS_REF : " master"
2222
2323jobs :
24- build_and_test :
24+ test :
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout this repo
4949 cd toolsrepo
5050 # Install from the tools repo
5151 go install ./gnovm/cmd/gno
52-
52+
5353 - name : Test
5454 working-directory : packages
5555 run : gno test ./... -v
You can’t perform that action at this time.
0 commit comments