From 18ab92ffe66edf030f2fc493cabbe24b58501ec1 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 21 Sep 2020 12:02:55 -0700 Subject: [PATCH] workflows/main.yml: Add an embedded riscv32imc test case Signed-off-by: Alistair Francis --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d96b24c..5810a23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,5 +79,6 @@ jobs: run: | rustup update stable --no-self-update rustup default stable - - run: rustup target add thumbv6m-none-eabi + - run: rustup target add thumbv6m-none-eabi riscv32imc-unknown-none-elf - run: cargo build --verbose --target=thumbv6m-none-eabi + - run: cargo build --verbose --target=riscv32imc-unknown-none-elf