We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0e755 commit 172d53eCopy full SHA for 172d53e
.github/workflows/linux-tests.yml
@@ -7,8 +7,10 @@ on:
7
jobs:
8
Test-Linux-Platform:
9
runs-on: ubuntu-latest
10
- container: swift:5.1
+ container:
11
+ image: swift:5.2
12
+ options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
13
steps:
14
- uses: actions/checkout@v2
15
- name: Run Unit Tests
- run: swift test
16
+ run: swift test --enable-test-discovery
0 commit comments