Added build step for no_std in the workflow

master
Dion Dokter 2020-05-09 20:54:52 +02:00 committed by TheOddGarlic
parent 0cf55f5b46
commit e32c299cb6
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- run: cargo build --no-default-features
- run: cargo test
- run: cargo test --features preserve_order
- run: cargo test --manifest-path test-suite/Cargo.toml