We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6aa37 commit f92bb10Copy full SHA for f92bb10
.github/workflows/tuskit-ci.yml
@@ -18,6 +18,6 @@ jobs:
18
run: swift --version
19
- uses: actions/checkout@v2
20
- name: Build
21
- run: swift build -Xswiftc --disable-experimental-concurrency
+ run: swift build
22
- name: Run tests
23
- run: swift test -Xswiftc --disable-experimental-concurrency
+ run: swift test
0 commit comments