mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-07 10:05:06 -05:00
* Add types to support Generator Back References * Add test workflows Co-authored-by: Adam Kelly <aqk@aqk.im>
10 lines
266 B
Python
10 lines
266 B
Python
# Github actions template config
|
|
oses = ["ubuntu", "macos"]
|
|
root_test_dirs = ["blockchain", "clvm", "core", "generator", "simulation", "wallet"]
|
|
|
|
# Defaults are conservative.
|
|
parallel = False
|
|
checkout_blocks_and_plots = True
|
|
install_timelord = True
|
|
job_timeout = 30
|