Skip to content

Commit ae5cfcc

Browse files
committed
[swift6] enable all swift 6 ci tests
1 parent f860998 commit ae5cfcc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

samples/client/petstore/swift6/swift6_test_all.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ DIRECTORY=`dirname $0`
1212
(cd $DIRECTORY/default/ && ./run_spmbuild.sh)
1313
(cd $DIRECTORY/objcCompatible/ && ./run_spmbuild.sh)
1414
(cd $DIRECTORY/oneOf/ && ./run_spmbuild.sh)
15-
# (cd $DIRECTORY/promisekitLibrary/ && ./run_spmbuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
15+
(cd $DIRECTORY/promisekitLibrary/ && ./run_spmbuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
1616
(cd $DIRECTORY/resultLibrary/ && ./run_spmbuild.sh)
1717
(cd $DIRECTORY/rxswiftLibrary/ && ./run_spmbuild.sh)
1818
(cd $DIRECTORY/urlsessionLibrary/ && ./run_spmbuild.sh)
1919
(cd $DIRECTORY/validation/ && ./run_spmbuild.sh)
20-
# (cd $DIRECTORY/vaporLibrary/ && ./run_spmbuild.sh) # Commented because it's not working
20+
(cd $DIRECTORY/vaporLibrary/ && ./run_spmbuild.sh) # Commented because it's not working
2121

2222
# example project with unit tests
2323
(cd $DIRECTORY/alamofireLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
2424
(cd $DIRECTORY/apiNonStaticMethod/SwaggerClientTests/ && ./run_xcodebuild.sh)
2525
(cd $DIRECTORY/asyncAwaitLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
26-
# (cd $DIRECTORY/combineLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
26+
(cd $DIRECTORY/combineLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
2727
(cd $DIRECTORY/combineDeferredLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
2828
(cd $DIRECTORY/default/SwaggerClientTests/ && ./run_xcodebuild.sh)
29-
# (cd $DIRECTORY/promisekitLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
29+
(cd $DIRECTORY/promisekitLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
3030
(cd $DIRECTORY/rxswiftLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
3131
(cd $DIRECTORY/urlsessionLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)

0 commit comments

Comments
 (0)