diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cd9751..fb268d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -251,7 +251,7 @@ jobs: -o build/runner/coparun src/coparun/runmem.c \ src/coparun/coparun.c src/coparun/mem_man.c && \ export CP_TARGET_ARCH=armv7thumb && \ - pytest && \ + pytest -m 'not runner' && \ bash tools/create_asm.sh" - uses: actions/upload-artifact@v4 @@ -285,7 +285,7 @@ jobs: -o build/runner/coparun src/coparun/runmem.c \ src/coparun/coparun.c src/coparun/mem_man.c && \ export CP_TARGET_ARCH=armv7mthumb && \ - pytest && \ + pytest -m 'not runner' && \ bash tools/create_asm.sh" - uses: actions/upload-artifact@v4