We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f9f5ef + edf8b21 commit cb0dae0Copy full SHA for cb0dae0
.github/workflows/test.yml
@@ -4,8 +4,4 @@ on:
4
push: { branches: [ main ] }
5
jobs:
6
unit-tests:
7
- uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows
8
- with:
9
- with_coverage: false
10
- with_tsan: true
11
- coverage_ignores: '/Tests/'
+ uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
0 commit comments