Skip to content

Commit 44ebca9

Browse files
committed
Updated tests for cfg flags. and added CI for flagging
1 parent 267b5e2 commit 44ebca9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v4
51-
5251
- name: Install Rust
5352
uses: dtolnay/rust-toolchain@stable
54-
5553
- name: Check no_std build
5654
run: cargo check --no-default-features
57-
5855
- name: Test no_std build
5956
run: cargo test --no-default-features
6057

0 commit comments

Comments
 (0)