Skip to content

Commit 13b0d24

Browse files
ToucheSirdarsnack
andauthored
wrong env var name
Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com>
1 parent 096025c commit 13b0d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const PRETRAINED_MODELS = [
4242
(VGG, 19, false),
4343
]
4444

45-
const TEST_FAST = get(ENV, "FAST_TEST", "false") == "true"
45+
const TEST_FAST = get(ENV, "TEST_FAST", "false") == "true"
4646

4747
function _gc()
4848
GC.safepoint()

0 commit comments

Comments
 (0)