Skip to content

Commit

Permalink
gratuitous
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed May 30, 2021
1 parent b3edf7c commit 93e1838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balls/runner.nim
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ proc shouldPass(p: Profile): bool =
if p.gc <= arc:
result = true
# don't quit when run locally; just keep chugging away
if ci and ballsFailFast and not result:
if ci and ballsFailFast:
# neither cpp or js backends are expected to work 100% of the time
if p.cp notin {cpp, js}:
# arc and orc are still too unreliable to demand successful runs
Expand Down

0 comments on commit 93e1838

Please sign in to comment.