chore: skip elan test if no elan found
This commit is contained in:
parent
49a025889a
commit
b57ca74794
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
||||
# skip if no elan found
|
||||
command -v elan > /dev/null || (echo "elan not found; skipping test"; exit 0)
|
||||
|
||||
./clean.sh
|
||||
lake +leanprover/lean4:4.0.0-m3 new foo
|
||||
cd foo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue