Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
changing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk committed Oct 6, 2023
1 parent f1efc15 commit d18910b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
- uses: actions/checkout@v3
with:
node-version: 18.18.0
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2023-04-17
- run: yarn
- run: yarn build
- run: yarn preprocess
- run: yarn compile-yul
# Test bootloader
- run: cd booloader/test_infra && cargo run
- run: ci_run bash -c "cd booloader/test_infra && cargo run"

0 comments on commit d18910b

Please sign in to comment.