Browse Source

Fix test command

Marcin Krzyzanowski 5 years ago
parent
commit
9bd2fe4e27
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .github/workflows/linux.yml
  2. 2 2
      .github/workflows/macos.yml

+ 2 - 2
.github/workflows/linux.yml

@@ -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

+ 2 - 2
.github/workflows/macos.yml

@@ -1,4 +1,4 @@
-name: Swift
+name: macOS
 
 on:
   push:
@@ -21,4 +21,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