From 6baf72bfd3804e305092a80ebd6ed81a3368fd2c Mon Sep 17 00:00:00 2001 From: rafael Date: Fri, 14 Jun 2024 22:16:13 +0200 Subject: [PATCH] ci 5 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e5591e..f76f2d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,6 @@ jobs: - name: Add Rust target run: rustup target add thumbv6m-none-eabi - name: Build - run: cargo build --target thumbv6m-none-eabi --verbose \ No newline at end of file + run: cargo build --target thumbv6m-none-eabi --verbose + - name: Run tests + run: cargo test --verbose --target thumbv6m-none-eabi \ No newline at end of file