Skip to content

Various small fixes #300

Various small fixes

Various small fixes #300

Workflow file for this run

name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request: { branches: ['*'] }
push: { branches: ['main'] }
jobs:
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
warnings_as_errors: true
with_linting: true
with_windows: true
with_musl: true
ios_scheme_name: multipart-kit
secrets: inherit