We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387d3c1 commit b5861b5Copy full SHA for b5861b5
.github/workflows/e2e.yml
@@ -32,21 +32,9 @@ jobs:
32
- name: Set default toolchain to stable
33
run: rustup default stable
34
35
- - name: Generate new Solana keypair
36
- run: solana-keygen new --no-outfile --force
37
-
38
- name: Set Solana target cluster to local
39
run: solana config set --url http://localhost:8899
40
41
- - name: Check Solana config
42
- run: solana config get
43
44
- - name: Install yarn dependencies
45
- run: yarn install
46
47
- - name: Build Anchor project
48
- run: anchor build
49
50
- name: Start Solana Test Validator
51
run: |
52
solana-test-validator --reset --rpc-port 8899 --limit-ledger-size 50000000 --url https://api.devnet.solana.com \
0 commit comments