File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 3232 moon version --all
3333 moonrun --version
3434
35+ - name : moon update
36+ run : |
37+ moon update
38+
3539 - name : moon check
3640 run : |
3741 moon check --deny-warn
7579 moon version --all
7680 moonrun --version
7781
82+ - name : moon update
83+ run : |
84+ moon update
85+
7886 - name : moon check
7987 run : |
8088 moon check
@@ -105,6 +113,10 @@ jobs:
105113 moon version --all
106114 moonrun --version
107115
116+ - name : moon update
117+ run : |
118+ moon update
119+
108120 - name : format diff
109121 run : |
110122 moon fmt
@@ -128,6 +140,10 @@ jobs:
128140 moon version --all
129141 moonrun --version
130142
143+ - name : moon update
144+ run : |
145+ moon update
146+
131147 - name : moon info
132148 run : |
133149 moon info
@@ -149,6 +165,10 @@ jobs:
149165 moon version --all
150166 moonrun --version
151167
168+ - name : moon update
169+ run : |
170+ moon update
171+
152172 - name : disable mimalloc
153173 run : |
154174 echo "" >dummy_libmoonbitrun.c
@@ -181,6 +201,10 @@ jobs:
181201 curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
182202 echo "$HOME/.moon/bin" >> $GITHUB_PATH
183203
204+ - name : moon update
205+ run : |
206+ moon update
207+
184208 - name : moon test
185209 run : moon test --enable-coverage
186210
You can’t perform that action at this time.
0 commit comments