Skip to content

Commit f19450d

Browse files
committed
Check that CI fails
1 parent 5aaa787 commit f19450d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ jobs:
3131
cargo install cargo-binutils
3232
rustup component add llvm-tools-preview
3333
rustup component add rust-src
34-
- name: Compile for RISC-V
35-
working-directory: ./zksync_os
36-
run: |
37-
rustup target add riscv32i-unknown-none-elf
38-
cargo install cargo-binutils
39-
rustup component add llvm-tools-preview
40-
rustup component add rust-src
41-
./dump_bin.sh --type for-tests
42-
./dump_bin.sh --type multiblock-batch
4334
- name: Compile
4435
run: cargo test --release --no-run
4536
- name: Run rust tests

0 commit comments

Comments
 (0)