From 8f3df032b23389cc8bc87e68df1284ab300fdddd Mon Sep 17 00:00:00 2001 From: Bryan Chen <xlchen1291@gmail.com> Date: Wed, 30 Oct 2019 14:58:39 +1300 Subject: [PATCH] check no_std build --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac4ceb9..57398d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,8 @@ jobs: default: true - name: Check format run: cargo +stable fmt --all -- --check + - name: Check with no_std + run: make check - name: Build run: cargo build --locked - name: Run tests -- GitLab