Skip to content

Commit 85bbead

Browse files
committed
CI: Try enable make check on Mac OS
1 parent 2438c5f commit 85bbead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
mv ./dist/ports/unix/micropython ./dist/ports/macos/micropython
211211
- name: Build .mpy modules and run tests Unix/x64
212212
# natmod build with linking seems broken on Mac OS, exception in mpy_ld.py, ELFError, magic number does not match
213-
run: echo SKIP make check ARCH=x64 V=1
213+
run: make check ARCH=x64 V=1
214214

215215
- name: Archive dist artifacts
216216
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)