diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ac4ceb94276de92fcfe70e8d60e9ca5285059fab..57398d2a4f0c42bfea33339c9a60553ca393dc9d 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