Skip to content

Commit 4a33a0f

Browse files
authored
beta.2 (#128)
1 parent c1c1c4a commit 4a33a0f

File tree

4 files changed

+6
-82
lines changed

4 files changed

+6
-82
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
POSTGRES_PASSWORD: vapor_password
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@master
20-
- run: swift test
19+
- uses: actions/checkout@v1
20+
- run: swift test --enable-test-discovery --sanitize=thread
2121
bionic:
2222
container:
2323
image: vapor/swift:5.1-bionic
@@ -32,21 +32,5 @@ jobs:
3232
POSTGRES_PASSWORD: vapor_password
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@master
36-
- run: swift test
37-
thread:
38-
container:
39-
image: vapor/swift:5.1-bionic
40-
services:
41-
psql:
42-
image: postgres
43-
ports:
44-
- 5432:5432
45-
env:
46-
POSTGRES_USER: vapor_username
47-
POSTGRES_DB: vapor_database
48-
POSTGRES_PASSWORD: vapor_password
49-
runs-on: ubuntu-latest
50-
steps:
51-
- uses: actions/checkout@master
52-
- run: swift test --sanitize=thread
35+
- uses: actions/checkout@v1
36+
- run: swift test --enable-test-discovery --sanitize=thread

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
.library(name: "FluentPostgresDriver", targets: ["FluentPostgresDriver"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/vapor/fluent-kit.git", .branch("master")),
14-
.package(url: "https://github.com/vapor/postgres-kit.git", .branch("master")),
13+
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-beta.2"),
14+
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.0.0-beta.2"),
1515
],
1616
targets: [
1717
.target(name: "FluentPostgresDriver", dependencies: [

Tests/FluentPostgresDriverTests/XCTestManifests.swift

Lines changed: 0 additions & 52 deletions
This file was deleted.

Tests/LinuxMain.swift

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)