diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 889c170..5d01c4a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,12 +11,12 @@ env: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Build run: cargo build --verbose --no-default-features --features=cache - name: Run tests run: cargo test --verbose --features=kzg-test + - name: Check RISC-V target + run: cargo check --verbose --no-default-features --features=cache --target riscv32imac-unknown-none-elf \ No newline at end of file