Skip to content

Commit

Permalink
add no_std job
Browse files Browse the repository at this point in the history
  • Loading branch information
poshcoe committed Apr 19, 2024
1 parent 4408be1 commit a2a22c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: cargo test
- name: Test (all-features)
run: cargo test --all-features
- name: Test (no_std)
run: cargo test --no-default-features --features derive,serde
- name: Install i686 and GCC multilib
run: rustup target add i686-unknown-linux-gnu && sudo apt update && sudo apt install -y gcc-multilib
- name: Test (32-bit all-features)
Expand Down

0 comments on commit a2a22c7

Please sign in to comment.