diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dc24d3..2348375 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,4 +39,6 @@ jobs: run: emacs --version - uses: actions/checkout@v4 - name: Check startup - run: bash ./test/test_startup.sh + run: | + bash ./test/test_startup.sh + if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }