Skip to content

Commit

Permalink
Merge pull request #8 from vapor/tn-b2
Browse files Browse the repository at this point in the history
beta.2
  • Loading branch information
tanner0101 authored Dec 9, 2019
2 parents 30f720d + eff0e1b commit d2d202e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 97 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: apt update -y; apt install -y libsqlite3-dev
- uses: actions/checkout@master
- run: swift test
- uses: actions/checkout@v1
- run: swift test --enable-test-discovery --sanitize=thread
xenial:
container:
image: vapor/swift:5.1-xenial
runs-on: ubuntu-latest
steps:
- run: apt update -y; apt install -y libsqlite3-dev
- uses: actions/checkout@master
- run: swift test
thread:
container:
image: vapor/swift:5.1
runs-on: ubuntu-latest
steps:
- run: apt update -y; apt install -y libsqlite3-dev
- uses: actions/checkout@master
- run: swift test --sanitize=thread
- uses: actions/checkout@v1
- run: swift test --enable-test-discovery --sanitize=thread
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// swift-tools-version:5.0
// swift-tools-version:5.1
import PackageDescription

let package = Package(
name: "sqlite-nio",
platforms: [
.macOS(.v10_14)
],
products: [
.library(name: "SQLiteNIO", targets: ["SQLiteNIO"]),
],
Expand Down
8 changes: 0 additions & 8 deletions Tests/LinuxMain.swift

This file was deleted.

19 changes: 0 additions & 19 deletions Tests/SQLiteNIOTests/XCTestManifests.swift

This file was deleted.

57 changes: 0 additions & 57 deletions circle.yml

This file was deleted.

0 comments on commit d2d202e

Please sign in to comment.