From 24a23335974e3b112b96920e251a3190e8f68c45 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Fri, 21 Oct 2022 18:12:49 -0700 Subject: [PATCH] Add espidf build to CI Signed-off-by: Joe Richey --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) 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