Skip to content

Commit 68cbd44

Browse files
committed
CI/tests: run test-account
1 parent 7012d8d commit 68cbd44

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,26 @@ jobs:
222222
path: target/release/mina
223223
retention-days: 7
224224

225+
account-tests:
226+
needs: [build]
227+
timeout-minutes: 20
228+
runs-on: ubuntu-24.04
229+
steps:
230+
- name: Git checkout
231+
uses: actions/checkout@v5
232+
233+
- name: Setup build dependencies
234+
uses: ./.github/actions/setup-build-deps
235+
236+
- name: Setup Rust
237+
uses: ./.github/actions/setup-rust
238+
with:
239+
toolchain: 1.84
240+
cache-prefix: build-v0
241+
242+
- name: Run account tests
243+
run: make test-account
244+
225245
build-tests:
226246
timeout-minutes: 60
227247
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)