Skip to content

Commit 416325f

Browse files
committed
Change remaining realm -> r
1 parent 9f00075 commit 416325f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/realm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: realm
33
on:
44
pull_request:
55
paths:
6-
- "realm/**"
6+
- "r/**"
77
- "Makefile"
88
- "go.sum"
99
push:
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
go-version: 'stable'
2323
- 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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ z_use_remote_gno: ## Use the remote 'github.com/gnolang/gno' module and remove a
106106
@go mod edit -dropreplace github.com/gnolang/gno
107107

108108
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
110110

111111
z_test_integration: ## Test the realm.
112112
go test -v -run='TestIntegration/.*' .

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
depends_on:
3030
- gnoland
3131
volumes:
32-
- "./realm:/realm"
32+
- "./r:/r"
3333
logging:
3434
driver: "json-file"
3535
options:

0 commit comments

Comments
 (0)