Skip to content

Commit

Permalink
Merge pull request #946 from psychon/test-no-std
Browse files Browse the repository at this point in the history
Run tests on no_std
  • Loading branch information
mergify[bot] authored Nov 7, 2024
2 parents 4c2330b + 39b3907 commit b1349ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:
- name: cargo build with all features
run: cargo build --workspace --verbose --all-targets --all-features

# build no_std
- name: cargo build protocol with no default features
run: cargo build --manifest-path x11rb-protocol/Cargo.toml --no-default-features --features=all-extensions
# test no_std
- name: cargo test protocol with no default features
run: cargo test --manifest-path x11rb-protocol/Cargo.toml --no-default-features --features=all-extensions

- name: Add rustflag for instrument coverage
if: matrix.rust == 'nightly'
Expand Down

0 comments on commit b1349ba

Please sign in to comment.