Skip to content

Commit 52e8673

Browse files
committed
Fix test script.
1 parent 36d4744 commit 52e8673

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test_on_corpus.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ def main():
7575
with_threads = True
7676
else:
7777
with_threads = False
78-
subprocess.check_output(['cargo', 'build'])
79-
#subprocess.check_output(['cargo', 'build', '--release'])
78+
subprocess.check_output(['cargo', 'build', '--release'])
8079
for path in sys.argv[1:]:
8180
if os.path.isfile(path):
8281
test_file(path)

0 commit comments

Comments
 (0)