File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 84
84
- name : Test svm-anchor
85
85
shell : bash
86
86
run : yarn test-svm
87
+ test-svm-verified :
88
+ name : Test verified SVM build
89
+ runs-on : ubuntu-latest
90
+ strategy :
91
+ matrix :
92
+ node :
93
+ - 20
94
+ steps :
95
+ - name : Checkout repo
96
+ uses : actions/checkout@v3
97
+ - name : " Use Node ${{ matrix.node }}"
98
+ uses : actions/setup-node@v3
99
+ with :
100
+ node-version : " ${{ matrix.node }}"
101
+ cache : yarn
102
+ - name : Extract Solana versions
103
+ uses :
solana-developers/github-actions/[email protected]
104
+ id : versions
105
+ - name : Setup Anchor & Solana
106
+ uses :
solana-developers/github-actions/[email protected]
107
+ with :
108
+ anchor_version : ${{ steps.versions.outputs.anchor_version }}
109
+ solana_version : ${{ steps.versions.outputs.solana_version }}
110
+ node_version : 20
111
+ - name : Install Cargo toolchain
112
+ uses : actions-rs/toolchain@v1
113
+ with :
114
+ toolchain : stable
115
+ profile : minimal
116
+ components : rustc
117
+ - name : Cache Cargo dependencies
118
+ uses : Swatinem/rust-cache@v2
87
119
forge :
88
120
name : Forge
89
121
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments