Skip to content

Commit

Permalink
fix(workflow): add "multipart" to testable features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmard committed Dec 31, 2024
1 parent 25fca1e commit 5e166a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5e166a1

Please sign in to comment.