Skip to content

README and Swift 6 fixes #1143

README and Swift 6 fixes

README and Swift 6 fixes #1143

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:
main-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_coverage: true
with_tsan: true
with_public_api_check: true
with_gh_codeql: false # Temporary, because it's broken
test_filter: '^DiscordBMTests'
macro-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_coverage: true
with_tsan: true
with_public_api_check: true
with_gh_codeql: false # Temporary, because it's broken
test_filter: '^MacroTests'
websocket-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_coverage: true
with_tsan: false
with_public_api_check: false
with_gh_codeql: false # Temporary, because it's broken
test_filter: '^WebSocketTests'