Skip to content

Commit

Permalink
Check no_std with the MSRV check
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Mar 25, 2024
1 parent fd3bd98 commit c03d5e4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.69.0
- run: cargo check -p ash -p ash-rewrite -p ash-window --all-features

check_no_std:
name: Check ash with no_std
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.69.0
- run: cargo check -p ash --no-default-features
- name: Check ash, ash-window and ash-rewrite
run: cargo check -p ash -p ash-rewrite -p ash-window --all-features
- name: Check ash with no_std
run: cargo check -p ash --no-default-features

# TODO: add a similar job for the rewrite once that generates code
generated:
Expand Down

0 comments on commit c03d5e4

Please sign in to comment.