Skip to content

Commit

Permalink
Run Emacs tests prior to Python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Nov 15, 2020
1 parent 3c3e921 commit c3aa42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
pip install coveralls
python -m virtualenv $HOME/.virtualenvs/elpy-test-venv
# Run tests
- name: Run Python tests
run: nosetests
- name: Run Emacs tests
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
command: cask install ; PYTHONPATH="`pwd`" cask exec ert-runner --reporter ert+duration
- name: Run Python tests
run: nosetests
# Coveralls
- name: Coveralls
env:
Expand Down

0 comments on commit c3aa42f

Please sign in to comment.