Skip to content

[Swift 6] Move LosslessRawRepresentable out of UnstableEnum macro target #1139

[Swift 6] Move LosslessRawRepresentable out of UnstableEnum macro target

[Swift 6] Move LosslessRawRepresentable out of UnstableEnum macro target #1139

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
coverage_ignores: '/Tests/|/Plugins/|/Sources/CZlib/'

Check failure on line 17 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 17, Col: 25): Invalid input, coverage_ignores is not defined in the referenced workflow.
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
coverage_ignores: '/Tests/|/Plugins/|/Sources/CZlib/'
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
coverage_ignores: '/Tests/|/Plugins/|/Sources/CZlib/'
test_filter: '^WebSocketTests'