Skip to content

Commit

Permalink
feat(ci): test Lean as part of the core tests
Browse files Browse the repository at this point in the history
Upon every rebuild, this tests the Lean code as well which is fairly
fast to test.

Signed-off-by: Raito Bezarius <[email protected]>
  • Loading branch information
RaitoBezarius committed Jan 13, 2025
1 parent 3aa2b92 commit bc0d763
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
eval $(opam env)
etc/ci_core_tests.sh
etc/ci_lean_tests.sh
build-docker:
runs-on: "ubuntu-latest"
Expand Down
9 changes: 9 additions & 0 deletions etc/ci_lean_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

set -eu

echo "sail --version: $(sail --version)"

export TEST_PAR=4

test/lean/run_tests.py

0 comments on commit bc0d763

Please sign in to comment.