Skip to content

Commit

Permalink
add compiler condition to run serial
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Nov 17, 2024
1 parent 5f26d02 commit 2994e5d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import FoundationNetworking
import Testing
import StubNetworkKit

#if compiler(<6.0)
@Suite
#else
@Suite(.serialized)
#endif
final class StubNetworkKitTests_SwiftTesting {
init() {
StubNetworking.option(printDebugLog: true,
Expand Down

0 comments on commit 2994e5d

Please sign in to comment.