2021-03-23 02:17:18 +08:00
|
|
|
status = [
|
2024-07-09 00:33:00 +08:00
|
|
|
'Tests on ubuntu-20.04',
|
2022-12-20 18:10:09 +08:00
|
|
|
'Tests on macos-12',
|
|
|
|
'Tests on windows-2022',
|
2022-05-24 21:03:11 +08:00
|
|
|
'Run Clippy',
|
2022-03-17 00:13:49 +08:00
|
|
|
'Run Rustfmt',
|
|
|
|
'Run tests in debug',
|
2021-03-23 02:17:18 +08:00
|
|
|
]
|
2021-10-14 20:21:42 +08:00
|
|
|
pr_status = ['Milestone Check']
|
2021-03-16 17:26:08 +08:00
|
|
|
# 3 hours timeout
|
|
|
|
timeout-sec = 10800
|