@@ -1,4 +1,4 @@
-name: Swift
+name: Linux
on:
push:
@@ -18,4 +18,4 @@ jobs:
run: swift build -v
- name: Run tests
- run: swift test -v
+ run: swift test -c release -Xswiftc -enable-testing -Xswiftc -DCI -Xswiftc -Xfrontend -Xswiftc -solver-memory-threshold -Xswiftc -Xfrontend -Xswiftc 999999999
+name: macOS
@@ -21,4 +21,4 @@ jobs: