소스 검색

Fix test command

Marcin Krzyzanowski 5 년 전
부모
커밋
9bd2fe4e27
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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