From 296d9ee293c2b47c2c0916c72495a65e2d8fdc9e Mon Sep 17 00:00:00 2001 From: max furman Date: Thu, 18 Feb 2021 19:15:47 -0800 Subject: [PATCH] [actions] forgot to update make target in test action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32742133..a5b344cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: