Skip to content

Commit

Permalink
Merge pull request #42 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 a941d7a + aa0fd0a commit b41a49b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,12 @@ jobs:
image: vapor/swift:5.1-xenial
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: swift test
- uses: actions/checkout@v1
- run: swift test --enable-test-discovery --sanitize=thread
bionic:
container:
image: vapor/swift:5.1-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: swift test
thread:
container:
image: vapor/swift:5.1-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: swift test --sanitize=thread
- uses: actions/checkout@v1
- run: swift test --enable-test-discovery --sanitize=thread
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.1
import PackageDescription

let package = Package(
Expand Down
9 changes: 0 additions & 9 deletions Tests/LinuxMain.swift

This file was deleted.

0 comments on commit b41a49b

Please sign in to comment.