test: don't check for lean-toolchain generation in init example

This commit is contained in:
tydeu 2022-01-15 11:35:40 -05:00
parent e880dd52a4
commit f3d8fcc85d

View file

@ -7,7 +7,6 @@ set -ex
${LAKE:-../../build/bin/lake} new hello.world
cd hello-world
test -f lean-toolchain
${LAKE:-../../../build/bin/lake} build
./build/bin/hello-world
cd ..