Skip to content

Commit

Permalink
Re-generate test files
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jan 3, 2025
1 parent 6d8f515 commit 288d17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Testing

@testable import Bowling

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

@Suite struct BowlingTests {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Testing

@testable import CircularBuffer

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

@Suite struct CircularBufferTests {

Expand Down

0 comments on commit 288d17d

Please sign in to comment.