Skip to content

Jump CI ahead by about 500 years worth of advancement #12

Jump CI ahead by about 500 years worth of advancement

Jump CI ahead by about 500 years worth of advancement #12

Workflow file for this run

name: test
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [ main ] }
jobs:
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows
with:
with_coverage: true
with_tsan: true