We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f990ee commit 37a0e54Copy full SHA for 37a0e54
.github/workflows/test.yml
@@ -33,3 +33,13 @@ jobs:
33
run: rzup install rust && rzup install cargo-risczero 1.2.2
34
- run: . "/home/runner/.bashrc" && ZKDCAP_RISC0_BUILD=1 cargo build -r --manifest-path=./zkvm/risc0/Cargo.toml
35
- run: git diff --exit-code
36
+
37
+ test-i686:
38
+ runs-on: ubuntu-24.04
39
+ container:
40
+ image: i386/rust:1.84
41
+ steps:
42
+ - uses: actions/checkout@v4
43
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
44
+ - uses: Swatinem/rust-cache@v2
45
+ - run: cargo test
0 commit comments