Skip to content

Commit e60a45b

Browse files
authored
Update citre unit test command
Citre changed the unit test command of tags backend to `make test-tags`.
1 parent 35a27ba commit e60a45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-citre-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
with:
4646
repository: 'universal-ctags/citre'
4747
path: 'citre'
48-
- name: run Citre unit tests for ctags backend
48+
- name: run Citre unit tests for tags backend
4949
working-directory: 'citre'
50-
run: make test-ctags
50+
run: make test-tags

0 commit comments

Comments
 (0)