Skip to content

Commit 88508b1

Browse files
committed
CI/tests: run test-account
1 parent db6e50a commit 88508b1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/tests.yaml

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

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+
225244
build-tests:
226245
timeout-minutes: 60
227246
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)