3232 run : swift test -v --configuration debug --parallel
3333
3434 - name : Fair Test Linux (Release)
35+ if : false
3536 run : swift test -v --configuration release -Xswiftc -enable-testing --parallel
3637
3738 - name : Check fairtool formula
@@ -54,34 +55,40 @@ jobs:
5455 - name : Checkout
5556 uses : actions/checkout@v3
5657
57- # - name: Test iOS (Debug)
58- # run: xcodebuild test -configuration Debug -scheme "Fair-Package" -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 14 Pro"
58+ - name : Test iOS (Debug)
59+ if : false
60+ run : xcodebuild test -configuration Debug -scheme "Fair-Package" -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 14 Pro"
5961
60- # - name: Test iOS (Release)
61- # run: xcodebuild test -configuration Release -scheme "Fair-Package" -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 14 Pro"
62+ - name : Test iOS (Release)
63+ if : false
64+ run : xcodebuild test -configuration Release -scheme "Fair-Package" -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 14 Pro"
6265
6366 - name : Test macOS (Debug)
67+ if : false
6468 run : xcodebuild test -configuration Debug -scheme "Fair-Package" -sdk "macosx" -destination "platform=macosx"
6569
66- # - name: Test macOS (Release)
67- # run: xcodebuild test -configuration Release -scheme "Fair-Package" -sdk "macosx" -destination "platform=macosx"
70+ - name : Test macOS (Release)
71+ if : false
72+ run : xcodebuild test -configuration Release -scheme "Fair-Package" -sdk "macosx" -destination "platform=macosx"
6873
6974 - name : Test Package
70- run : xcrun swift test --parallel
75+ # run: xcrun swift test --parallel
76+ run : swift test
7177
7278 - name : Run fairtool
7379 run : xcrun swift run fairtool version
7480
75- # - name: Check fairtool formula
76- # run: |
77- # export HOMEBREW_NO_INSTALL_CLEANUP=1
78- # brew install fair-ground/tool/fairtool-head
79- # brew test fairtool-head
80- # fairtool-head version
81- # #fairtool-head app fork App-Name
82- # #fairtool-head app config App-Name
83- # #fairtool-head app release App-Name
84- # #fairtool-head app integrate App-Name
81+ - name : Check fairtool formula
82+ if : false
83+ run : |
84+ export HOMEBREW_NO_INSTALL_CLEANUP=1
85+ brew install fair-ground/tool/fairtool-head
86+ brew test fairtool-head
87+ fairtool-head version
88+ #fairtool-head app fork App-Name
89+ #fairtool-head app config App-Name
90+ #fairtool-head app release App-Name
91+ #fairtool-head app integrate App-Name
8592
8693 api-doc :
8794 if : false
0 commit comments