this repo has no description

Join back jobs at run_unit_tests

authored by bernsteinbear.com and committed by

Max Bernstein 67b74f2d e144b73f

+8 -1
+8 -1
.github/workflows/ci.yml
··· 67 67 run: CC=${{matrix.CC}} CFLAGS="-fsanitize=undefined ${{matrix.USE_STATIC_HEAP}}" ${{matrix.PYTHON}} compiler_tests.py 68 68 - name: Run compiler tests with Valgrind 69 69 run: CC=${{matrix.CC}} CFLAGS="${{matrix.USE_STATIC_HEAP}}" USE_VALGRIND=1 ${{matrix.PYTHON}} compiler_tests.py 70 + run_unit_tests: 71 + needs: [run_interpreter_unit_tests, run_compiler_unit_tests] 72 + # Fake, unnecessary 73 + runs-on: ubuntu-latest 74 + # Fake, unnecessary 75 + steps: 76 + - uses: actions/checkout@v4 70 77 build_docker_image: 71 78 runs-on: ubuntu-latest 72 79 permissions: ··· 98 105 if: | 99 106 github.repository == 'tekknolagi/scrapscript' && 100 107 github.ref == format('refs/heads/{0}', github.event.repository.default_branch) 101 - needs: [run_lint, run_interpreter_unit_tests, run_compiler_unit_tests] 108 + needs: [run_lint, run_unit_tests] 102 109 steps: 103 110 - uses: actions/checkout@v4 104 111 - uses: superfly/flyctl-actions/setup-flyctl@master