diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6622526..5e03f9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,15 +7,6 @@ on: branches: [main] jobs: - scripts: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Run tests for scripts - run: | - ./bin/test/test.sh - emacs: runs-on: ubuntu-latest continue-on-error: ${{ matrix.emacs_version == 'snapshot' }} @@ -30,6 +21,7 @@ jobs: - 29.1 - 29.2 - 29.3 + - 29.4 - 'snapshot' steps: |
