Add a LFS nimble task and gitignore of LFS and state sim (#344)
This commit is contained in:
parent
f5db2dd7b3
commit
7f2abce705
|
@ -12,3 +12,9 @@ build/
|
||||||
|
|
||||||
/scripts/testnet*.sh
|
/scripts/testnet*.sh
|
||||||
|
|
||||||
|
# LFS cache
|
||||||
|
jsonTestsCache/
|
||||||
|
tmpcache/
|
||||||
|
|
||||||
|
# State sim # TODO - move in another folder
|
||||||
|
0000-*.json
|
||||||
|
|
|
@ -54,3 +54,7 @@ task test, "Run all tests":
|
||||||
|
|
||||||
# State sim; getting into 3rd epoch useful
|
# State sim; getting into 3rd epoch useful
|
||||||
buildBinary "state_sim", "research/", "-r -d:release", "--validators=128 --slots=140"
|
buildBinary "state_sim", "research/", "-r -d:release", "--validators=128 --slots=140"
|
||||||
|
|
||||||
|
task sync_lfs_tests, "Sync LFS json tests":
|
||||||
|
# Syncs the json test files (but not the EF yaml tests)
|
||||||
|
exec "scripts/process_lfs.sh jsonTestsCache"
|
||||||
|
|
Loading…
Reference in New Issue