diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6fa6e9..70c343f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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