Skip to content

Commit 936e71a

Browse files
committed
Disable fuzz testing on travis because we take too long
Wait for a parallelized test harness to take advantage of multiple cores
1 parent db44c7d commit 936e71a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ notifications:
1010
git:
1111
depth: 99999999
1212
env:
13-
- NNLIB_TEST_FUZZING=true
13+
# Disable test fuzzing for the moment, as we're a little too slow for Travis
14+
- NNLIB_TEST_FUZZING=false
1415

1516
# Submit to Codecov
1617
after_success:

0 commit comments

Comments
 (0)