Skip to content

Commit

Permalink
wrong env var name
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Daruwalla <[email protected]>
  • Loading branch information
ToucheSir and darsnack authored Dec 15, 2023
1 parent 096025c commit 13b0d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const PRETRAINED_MODELS = [
(VGG, 19, false),
]

const TEST_FAST = get(ENV, "FAST_TEST", "false") == "true"
const TEST_FAST = get(ENV, "TEST_FAST", "false") == "true"

function _gc()
GC.safepoint()
Expand Down

0 comments on commit 13b0d24

Please sign in to comment.