[actions] forgot to update make target in test action

This commit is contained in:
max furman 2021-02-18 19:15:47 -08:00
parent 836f68979c
commit 296d9ee293

View file

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