Skip to content

Commit 8c0879c

Browse files
authored
fix (#611)
1 parent 49d05e3 commit 8c0879c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
repository: gnolang/gno
44-
ref: master
44+
# TODO: change to `master` when the interrealm issue is fixed
45+
ref: a3bffb2eb311cc27c419b519146a9906b5a82dba
4546
path: ./gno
4647

4748
- name: Set up Go

0 commit comments

Comments
 (0)