We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37fd62 commit 7e657cdCopy full SHA for 7e657cd
BuildScripts/linux_script.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
swift test -c debug --filter "SwiftGraphTests"
3
-swift test -c release -Xswiftc -enable-testing --filter "SwiftGraphPerformanceTests"
+# swift test -c release -Xswiftc -enable-testing --filter "SwiftGraphPerformanceTests"
BuildScripts/osx_script.sh
@@ -3,4 +3,4 @@
set -v -o pipefail
4
# Test
5
xcodebuild -enableCodeCoverage YES -project SwiftGraph.xcodeproj -scheme SwiftGraph test | xcpretty
6
-xcodebuild -enableCodeCoverage NO -project SwiftGraph.xcodeproj -scheme SwiftGraphPerformanceTests test | xcpretty
+# xcodebuild -enableCodeCoverage NO -project SwiftGraph.xcodeproj -scheme SwiftGraphPerformanceTests test | xcpretty
0 commit comments