Skip to content

Commit

Permalink
don't run exe in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Sep 1, 2024
1 parent d4e6465 commit e428f4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ macro "with_time" x:doElem : doElem => `(doElem| do

/-- run test by `lake test` -/
@[test_driver] script test do
IO.print "time of running the exe file: "
with_time runCmd ".lake/build/bin/mk_exercise.exe Test/Performance Test/Out"

IO.print "time of running `lake exe`: "
IO.print "performance test: "
with_time runCmd "lake exe mk_exercise Test/Performance Test/Out"

runCmd "lake exe mk_exercise Test/Src Test/Out"
Expand Down

0 comments on commit e428f4d

Please sign in to comment.