diff --git a/.github/workflows/qa-and-release.yml b/.github/workflows/qa-and-release.yml index a106cc7..a0ed2e0 100644 --- a/.github/workflows/qa-and-release.yml +++ b/.github/workflows/qa-and-release.yml @@ -21,7 +21,7 @@ jobs: run: cargo clippy --all-targets --all-features - name: Run Tests - run: cargo test --workspace --features=regex,crypto,base64,hmac,reqwest + run: cargo test --workspace --features=regex,crypto,base64,hmac,reqwest,multipart - name: Run cargo fmt if: github.event_name == 'push'