Skip to content

Commit

Permalink
GH Actions tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MBarwicki committed Oct 6, 2023
1 parent c1b8b2a commit 82d308b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main_ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,16 @@ jobs:
env:
TESTNET_ACCOUNT_PRIVATE_KEY: ${{ secrets.TESTNET_ACCOUNT_PRIVATE_KEY }}
INTEGRATION_BASE: "https://starknet.cartridge.gg/"

# Test Account on devnet
- name: Test Account on devnet
run: echo "Skip for now - until account tests stable"
#run: cd account && go test -timeout 600s -v -env devnet .
env:
TESTNET_ACCOUNT_PRIVATE_KEY: ${{ secrets.TESTNET_ACCOUNT_PRIVATE_KEY }}
INTEGRATION_BASE: "http://localhost:5050"

# Test Account on mock
- name: Test Account with mocks
run: echo "Skip for now - until account tests stable"
#run: cd account && go test -v . -env mock

0 comments on commit 82d308b

Please sign in to comment.