Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Aug 9, 2024
1 parent 6524018 commit 04fdead
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
with:
python-version: '3.10.11'
- name: Setup checks
if: "!startsWith(matrix.emacs_version, '26')"
run: 'make setup-check'
- name: Run checks
if: "!startsWith(matrix.emacs_version, '26')"
run: 'make check'
- name: Setup unit testing
- name: Setup unit tests
run: 'make setup-tests'
- name: Run ERT unit tests
- name: Run unit tests
env:
WAIT_TIME: 3
run: 'make test'

0 comments on commit 04fdead

Please sign in to comment.