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 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v1
20- - run : swift test
20+ - run : swift test --enable-test-discovery --sanitize=thread
2121 bionic :
2222 container :
2323 image : vapor/swift:5.1-bionic
3333 runs-on : ubuntu-latest
3434 steps :
3535 - 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