Skip to content

Add actix multipart support #28

Add actix multipart support

Add actix multipart support #28

Workflow file for this run

name: test suite
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
- run: cargo test
- run: cargo test --all-features
# All examples should at minimum compile.
# Otherwise they're not good examples
build-examples:
name: Build all examples using cargo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
- run: cargo build --examples --all-features