We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d4744 commit 52e8673Copy full SHA for 52e8673
1 file changed
test_on_corpus.py
@@ -75,8 +75,7 @@ def main():
75
with_threads = True
76
else:
77
with_threads = False
78
- subprocess.check_output(['cargo', 'build'])
79
- #subprocess.check_output(['cargo', 'build', '--release'])
+ subprocess.check_output(['cargo', 'build', '--release'])
80
for path in sys.argv[1:]:
81
if os.path.isfile(path):
82
test_file(path)
0 commit comments