Skip to content

Update README.md Swift versions #32

Update README.md Swift versions

Update README.md Swift versions #32

Workflow file for this run

name: tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [main] }
jobs:
tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_coverage: true
with_tsan: true
with_public_api_check: true
coverage_ignores: "/Tests/"