Added build step for no_std in the workflow
This commit is contained in:
parent
d44e382a9a
commit
838f166e91
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Install Rust (rustup)
|
- name: Install Rust (rustup)
|
||||||
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
|
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
|
||||||
|
- run: cargo build --no-default-features
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
- run: cargo test --features preserve_order
|
- run: cargo test --features preserve_order
|
||||||
- run: cargo test --manifest-path test-suite/Cargo.toml
|
- run: cargo test --manifest-path test-suite/Cargo.toml
|
||||||
|
|
Loading…
Reference in a new issue