We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6e50a commit 88508b1Copy full SHA for 88508b1
.github/workflows/tests.yaml
@@ -222,6 +222,25 @@ jobs:
222
path: target/release/mina
223
retention-days: 7
224
225
+ account-tests:
226
+ timeout-minutes: 20
227
+ runs-on: ubuntu-24.04
228
+ steps:
229
+ - name: Git checkout
230
+ uses: actions/checkout@v5
231
+
232
+ - name: Setup build dependencies
233
+ uses: ./.github/actions/setup-build-deps
234
235
+ - name: Setup Rust
236
+ uses: ./.github/actions/setup-rust
237
+ with:
238
+ toolchain: 1.84
239
+ cache-prefix: build-v0
240
241
+ - name: Run account tests
242
+ run: make test-account
243
244
build-tests:
245
timeout-minutes: 60
246
runs-on: ubuntu-22.04
0 commit comments