From 5c3cd236d297049acc28340deeea548db05e8d88 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Sat, 21 Sep 2024 12:44:48 +0800 Subject: [PATCH] update ci --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 09eb1781..db92d659 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -130,6 +130,8 @@ jobs: name: cargo-hack version: 0.5.16 - run: cargo hack test $CARGO_HACK_ARGS + # TODO: Features "std" and "embedded_io" cannot be enabled simultaneously. + - run: cargo hack test $EMBEDDED_IO_CARGO_HACK_ARGS publish-dry-run: if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')