Skip to content

Commit

Permalink
beta.2 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Dec 9, 2019
1 parent e0ed3fb commit 4dbce11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: swift test
- run: swift test --enable-test-discovery --sanitize=thread
bionic:
container:
image: vapor/swift:5.1-bionic
Expand All @@ -33,20 +33,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: swift test
thread:
container:
image: vapor/swift:5.1-bionic
services:
psql:
image: postgres
ports:
- 5432:5432
env:
POSTGRES_USER: vapor_username
POSTGRES_DB: vapor_database
POSTGRES_PASSWORD: vapor_password
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: swift test --sanitize=thread
- run: swift test --enable-test-discovery --sanitize=thread
8 changes: 0 additions & 8 deletions Tests/LinuxMain.swift

This file was deleted.

55 changes: 0 additions & 55 deletions Tests/PostgresNIOTests/XCTestManifests.swift

This file was deleted.

0 comments on commit 4dbce11

Please sign in to comment.