Skip to content

Commit 3d94671

Browse files
author
Jean-Pierre de Villiers
committed
ci(rust-workspace): add ALGORAND_MNEMONIC
Use the `ALGORAND_MNEMONIC` environment variable in integration tests. It holds the secret mnemonic for interacting with the Algorand blockchain.
1 parent faf90c9 commit 3d94671

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust-workspace-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
-
4444
name: cargo build
4545
uses: MarcoPolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
46+
env:
47+
ALGORAND_MNEMONIC: ${{ secrets.TEST_ALGORAND_MNEMONIC }}
4648
with:
4749
working-directory: rust-workspace
4850
command: build

0 commit comments

Comments
 (0)