Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5566427

Browse files
authored
Merge branch 'main' into document-syscallsbusiness_logic_syscall_handler-module
2 parents 49e6887 + a3e7499 commit 5566427

21 files changed

+966
-862
lines changed

.github/workflows/rust-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595

9696
tests:
9797
env:
98-
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
98+
RPC_ENDPOINT_TESTNET: ${{ secrets.JUNO_ENDPOINT_TESTNET }}
99+
RPC_ENDPOINT_MAINNET: ${{ secrets.JUNO_ENDPOINT_MAINNET }}
99100
MLIR_SYS_170_PREFIX: /usr/lib/llvm-17/
100101
TABLEGEN_170_PREFIX: /usr/lib/llvm-17/
101102
strategy:

0 commit comments

Comments
 (0)