Skip to content
Snippets Groups Projects
Commit 8f3df032 authored by Bryan Chen's avatar Bryan Chen
Browse files

check no_std build

parent 54bb99e2
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ jobs: ...@@ -23,6 +23,8 @@ jobs:
default: true default: true
- name: Check format - name: Check format
run: cargo +stable fmt --all -- --check run: cargo +stable fmt --all -- --check
- name: Check with no_std
run: make check
- name: Build - name: Build
run: cargo build --locked run: cargo build --locked
- name: Run tests - name: Run tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment