From 598a5ba38872876250d874c804cde5a42861cec6 Mon Sep 17 00:00:00 2001 From: Kirk Baird Date: Thu, 30 May 2024 18:40:51 +1000 Subject: [PATCH] Update CI workflows for no std --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb5f83ba..f401f1f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,6 +94,12 @@ jobs: command: test args: --features serde + - name: Test no default features + uses: actions-rs/cargo@v1 + with: + command: test + args: --no-default-features + - name: Test benchmarks uses: actions-rs/cargo@v1 with: