diff --git a/.github/workflows/spade_actions.yaml b/.github/workflows/spade_actions.yaml index 65050f8..d10f252 100644 --- a/.github/workflows/spade_actions.yaml +++ b/.github/workflows/spade_actions.yaml @@ -17,7 +17,8 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check - + args: --no-default-features + test: name: Test Suite runs-on: ubuntu-latest