diff --git a/.github/workflows/ci-simple.yml b/.github/workflows/ci-simple.yml index e088754..51a8a5e 100644 --- a/.github/workflows/ci-simple.yml +++ b/.github/workflows/ci-simple.yml @@ -37,7 +37,7 @@ jobs: components: clippy, rustfmt - run: cargo fmt --all --check - run: cargo clippy -- -D warnings + - run: cargo test - run: cargo install --locked cargo-deny - run: cargo deny check - - run: cargo test