diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc5dcb..2291a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: run: | cargo fmt -- --check + - name: Cargo test + run: cargo test --locked --release --all-features --bins --tests --examples && cargo test --doc + - name: Lint if: contains(matrix.os, 'ubuntu') run: | - cargo clippy --locked --release --all-features --all-targets -- -D clippy::all - - - name: Cargo test - run: cargo test --locked --release --all-features --bins --tests --examples && cargo test --doc + cargo clippy --locked --all-features --all-targets -- -D clippy::all - name: Cargo publish if: |