File tree Expand file tree Collapse file tree 3 files changed +2
-81
lines changed Expand file tree Collapse file tree 3 files changed +2
-81
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v1
20
- - run : swift test
20
+ - run : swift test --enable-test-discovery --sanitize=thread
21
21
bionic :
22
22
container :
23
23
image : vapor/swift:5.1-bionic
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- uses : actions/checkout@v1
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@v1
52
- - run : swift test --sanitize=thread
36
+ - run : swift test --enable-test-discovery --sanitize=thread
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments