Skip to content

👨‍🔧Support new version of postgres-nio #69

👨‍🔧Support new version of postgres-nio

👨‍🔧Support new version of postgres-nio #69

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
xenial:
container:
image: vapor/swift:5.2-xenial
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: swift test --enable-test-discovery --sanitize=thread
bionic:
container:
image: vapor/swift:5.2-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: swift test --enable-test-discovery --sanitize=thread