Skip to content

Commit c0b04ae

Browse files
committed
GitHub Actions: run only ctags related tests in Citre
1 parent c4e916c commit c0b04ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: make
3939
- name: report features
4040
run: ./ctags --list-features
41-
- name: install Emacs and GLOBAL
42-
run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs global
41+
- name: install Emacs
42+
run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs
4343
- name: checkout Citre repo
4444
uses: actions/checkout@v2
4545
with:
4646
repository: 'universal-ctags/citre'
4747
path: 'citre'
48-
- name: run Citre unit tests
48+
- name: run Citre unit tests for ctags backend
4949
working-directory: 'citre'
50-
run: make test
50+
run: make test-ctags

0 commit comments

Comments
 (0)