chore(tests/lean): add leanpkg file to make sure the same cwd is used in test runs and the interactive server
This commit is contained in:
parent
08474e04ff
commit
fea91abf88
2 changed files with 4 additions and 0 deletions
2
tests/lean/leanpkg.path
Normal file
2
tests/lean/leanpkg.path
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
builtin_path
|
||||
./.
|
||||
2
tests/lean/leanpkg.toml
Normal file
2
tests/lean/leanpkg.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[package]
|
||||
lean_version = "master"
|
||||
Loading…
Add table
Reference in a new issue