Skip to content

🔨Table+AllColumns: pass logger to warn about skipped columns #135

🔨Table+AllColumns: pass logger to warn about skipped columns

🔨Table+AllColumns: pass logger to warn about skipped columns #135

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