Skip to content

Shut down the driver's connection pool safely (#94) #116

Shut down the driver's connection pool safely (#94)

Shut down the driver's connection pool safely (#94) #116

Workflow file for this run

name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
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@main
secrets: inherit