File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: realm
3
3
on :
4
4
pull_request :
5
5
paths :
6
- - " realm /**"
6
+ - " r /**"
7
7
- " Makefile"
8
8
- " go.sum"
9
9
push :
21
21
with :
22
22
go-version : ' stable'
23
23
- run : go mod download -x
24
- - run : go run github.com/gnolang/gno/gnovm/cmd/gno test -verbose -run 'Test([^P]|P[^e])' ./realm
24
+ - run : go run github.com/gnolang/gno/gnovm/cmd/gno test -verbose -run 'Test([^P]|P[^e])' ./r
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ z_use_remote_gno: ## Use the remote 'github.com/gnolang/gno' module and remove a
106
106
@go mod edit -dropreplace github.com/gnolang/gno
107
107
108
108
z_test_realms : # # Test the realms.
109
- go run github.com/gnolang/gno/gnovm/cmd/gno test --verbose ./realm
109
+ go run github.com/gnolang/gno/gnovm/cmd/gno test --verbose ./r
110
110
111
111
z_test_integration : # # Test the realm.
112
112
go test -v -run=' TestIntegration/.*' .
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
depends_on :
30
30
- gnoland
31
31
volumes :
32
- - " ./realm:/realm "
32
+ - " ./r:/r "
33
33
logging :
34
34
driver : " json-file"
35
35
options :
You can’t perform that action at this time.
0 commit comments