Skip to content

Commit

Permalink
Re generate test file
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jan 3, 2025
1 parent 444cf79 commit 0946ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Testing

@testable import KindergartenGarden

let RUNALL = Bool(ProcessInfo.processInfo.environment["RUNALL", default: "true"]) ?? false
let RUNALL = Bool(ProcessInfo.processInfo.environment["RUNALL", default: "false"]) ?? false

@Suite struct KindergartenGardenTests {

Expand Down

0 comments on commit 0946ac9

Please sign in to comment.