We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e916c commit c0b04aeCopy full SHA for c0b04ae
.github/workflows/run-citre-tests.yml
@@ -38,13 +38,13 @@ jobs:
38
run: make
39
- name: report features
40
run: ./ctags --list-features
41
- - name: install Emacs and GLOBAL
42
- run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs global
+ - name: install Emacs
+ run: sudo apt-get -y -o APT::Immediate-Configure=false install emacs
43
- name: checkout Citre repo
44
uses: actions/checkout@v2
45
with:
46
repository: 'universal-ctags/citre'
47
path: 'citre'
48
- - name: run Citre unit tests
+ - name: run Citre unit tests for ctags backend
49
working-directory: 'citre'
50
- run: make test
+ run: make test-ctags
0 commit comments