branch: elpa/request commit ca0888a3f9de4fe73795f7095f2800eb57261c76 Author: dickmao <none> Commit: dickmao <none>
finish what fe567ec started --- .github/workflows/test.yml | 5 ----- Makefile | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 048009d23d..3aded96d42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,11 +87,6 @@ jobs: cask link list continue-on-error: ${{ matrix.emacs_version == 'snapshot' }} - - name: test-install - if: startsWith(matrix.python_version, '2') - run: make test-install - continue-on-error: ${{ matrix.emacs_version == 'snapshot' }} - - name: test if: startsWith(matrix.python_version, '2') run: make test diff --git a/Makefile b/Makefile index f039609611..f6efa93eb6 100644 --- a/Makefile +++ b/Makefile @@ -139,4 +139,4 @@ test-install: test-install-vars (oset rcp :branch my-branch) \ (oset rcp :commit my-commit))" \ --eval "(package-build--package rcp (package-build--checkout rcp))" \ - --eval "(package-install-file (car (file-expand-wildcards (concat package-build-archive-dir \"request*.el\"))))" 2>&1 | egrep -ia "error: |fatal" && false) + --eval "(package-install-file (car (file-expand-wildcards (concat package-build-archive-dir \"request*.el\"))))" 2>&1 | egrep -ia "error: |fatal")