We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d320c2 commit d8b65abCopy full SHA for d8b65ab
.github/workflows/nightly.yml
@@ -2,8 +2,8 @@ name: Nightly Regression
2
3
on:
4
schedule:
5
- # run at 01:00 UTC (9:00 UTC+8) so that we can debug it immediately
6
- - cron: '00 01 * * *'
+ # run at 00:00 UTC (8:00 UTC+8) so that we can debug it immediately
+ - cron: '00 00 * * *'
7
8
jobs:
9
test-difftest-fuzzing:
@@ -26,6 +26,8 @@ jobs:
26
run: |
27
cd $GITHUB_WORKSPACE/..
28
git clone https://github.com/OpenXiangShan/xfuzz.git
29
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
30
+ source $HOME/.cargo/env
31
cargo install cargo-make
32
cd xfuzz && make init && make build
33
0 commit comments