Skip to content

Commit

Permalink
chore: build all of Mathlib in Mathlib tests in case cache is not pre…
Browse files Browse the repository at this point in the history
…sent
  • Loading branch information
kim-em committed Dec 6, 2023
1 parent 1836e95 commit ab38698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Mathlib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IN_DIR="test"
EXPECTED_DIR="test"

lake exe cache get > /dev/null
lake build
lake build Mathlib

# Iterate over each .in file in the test directory
for infile in $IN_DIR/*.in; do
Expand Down

0 comments on commit ab38698

Please sign in to comment.