From 97221bd144e856c0176da3846f7de228e6f3ef49 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 5 Oct 2021 14:36:13 +0200 Subject: [PATCH] Test no_std support --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74b4c1610..a6bc09946 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,10 @@ jobs: with: command: test args: --all-features + - uses: actions-rs/cargo@v1 + with: + command: test + args: --no-default-features WASM: runs-on: ubuntu-latest