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 : moon check --deny-warn
3741
7377 moon version --all
7478 moonrun --version
7579
80+ - name : moon update
81+ run : |
82+ moon update
83+
7684 - name : moon check
7785 run : |
7886 moon check
@@ -103,6 +111,10 @@ jobs:
103111 moon version --all
104112 moonrun --version
105113
114+ - name : moon update
115+ run : |
116+ moon update
117+
106118 - name : format diff
107119 run : |
108120 moon fmt
@@ -126,6 +138,10 @@ jobs:
126138 moon version --all
127139 moonrun --version
128140
141+ - name : moon update
142+ run : |
143+ moon update
144+
129145 - name : moon info
130146 run : |
131147 moon info
@@ -147,6 +163,10 @@ jobs:
147163 moon version --all
148164 moonrun --version
149165
166+ - name : moon update
167+ run : |
168+ moon update
169+
150170 - name : disable mimalloc
151171 run : |
152172 echo "" >dummy_libmoonbitrun.c
@@ -179,6 +199,10 @@ jobs:
179199 curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
180200 echo "$HOME/.moon/bin" >> $GITHUB_PATH
181201
202+ - name : moon update
203+ run : |
204+ moon update
205+
182206 - name : moon test
183207 run : moon test --enable-coverage
184208
You can’t perform that action at this time.
0 commit comments