Skip to content

Commit

Permalink
Fix CI job name (#14)
Browse files Browse the repository at this point in the history
The job now includes also testing, not only linting.
  • Loading branch information
ybiquitous authored Aug 6, 2024
1 parent 95185c5 commit 42c3dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["**"]

jobs:
lint:
lint-and-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
check:
emacs --batch \
--load ert \
emacs --batch \
--load ert \
--load rbs-mode-test.el \
--funcall ert-run-tests-batch-and-exit
.PHONY: check

0 comments on commit 42c3dc8

Please sign in to comment.