We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a33d9 commit 4b9d2c9Copy full SHA for 4b9d2c9
.travis.yml
@@ -3,7 +3,8 @@ cache: cargo
3
4
env:
5
- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES=''
6
- - TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs'
+ # The yoloproofs feature is disabled on the main branch.
7
+ #- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES='yoloproofs'
8
# run cargo bench with a filter that matches no benchmarks.
9
# this ensures the benchmarks build but doesn't run them on the CI server.
10
- TEST_COMMAND=bench EXTRA_FLAGS='"DONTRUNBENCHMARKS"' FEATURES=''
0 commit comments