Skip to content

Commit

Permalink
Disable fuzz testing on travis because we take too long
Browse files Browse the repository at this point in the history
Wait for a parallelized test harness to take advantage of multiple cores
  • Loading branch information
staticfloat committed Mar 28, 2019
1 parent db44c7d commit 936e71a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ notifications:
git:
depth: 99999999
env:
- NNLIB_TEST_FUZZING=true
# Disable test fuzzing for the moment, as we're a little too slow for Travis
- NNLIB_TEST_FUZZING=false

# Submit to Codecov
after_success:
Expand Down

0 comments on commit 936e71a

Please sign in to comment.