diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ecf2ac7e..808aa8f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -319,6 +319,8 @@ jobs: run: cargo build -Z build-std=core --target=aarch64-kmc-solid_asp3 - name: Nintendo 3DS run: cargo build -Z build-std=core --target=armv6k-nintendo-3ds + - name: RISC-V ESP-IDF + run: cargo build -Z build-std=core --target=riscv32imc-esp-espidf - name: OpenBSD run: cargo build -Z build-std=std --target=x86_64-unknown-openbsd --features=std - name: Dragonfly BSD