[actions] forgot to update make target in test action

pull/485/head
max furman 3 years ago
parent 836f68979c
commit 296d9ee293

@ -24,7 +24,7 @@ jobs:
run: sudo apt-get -y install libpcsclite-dev run: sudo apt-get -y install libpcsclite-dev
- name: Lint, Test, Build - name: Lint, Test, Build
id: lintTestBuild id: lintTestBuild
run: V=1 make -j1 bootstrap travis run: V=1 make -j1 bootstrap ci
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v1.2.1 uses: codecov/codecov-action@v1.2.1
with: with:

Loading…
Cancel
Save