Skip to content

Commit

Permalink
Change remaining realm -> r
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Sep 26, 2023
1 parent 9f00075 commit 416325f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/realm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: realm
on:
pull_request:
paths:
- "realm/**"
- "r/**"
- "Makefile"
- "go.sum"
push:
Expand All @@ -21,4 +21,4 @@ jobs:
with:
go-version: 'stable'
- run: go mod download -x
- run: go run github.com/gnolang/gno/gnovm/cmd/gno test -verbose -run 'Test([^P]|P[^e])' ./realm
- run: go run github.com/gnolang/gno/gnovm/cmd/gno test -verbose -run 'Test([^P]|P[^e])' ./r
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ z_use_remote_gno: ## Use the remote 'github.com/gnolang/gno' module and remove a
@go mod edit -dropreplace github.com/gnolang/gno

z_test_realms: ## Test the realms.
go run github.com/gnolang/gno/gnovm/cmd/gno test --verbose ./realm
go run github.com/gnolang/gno/gnovm/cmd/gno test --verbose ./r

z_test_integration: ## Test the realm.
go test -v -run='TestIntegration/.*' .
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
depends_on:
- gnoland
volumes:
- "./realm:/realm"
- "./r:/r"
logging:
driver: "json-file"
options:
Expand Down

0 comments on commit 416325f

Please sign in to comment.