summaryrefslogtreecommitdiff
path: root/.github/workflows/integration.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-02-01 17:01:34 +0100
committerGitHub <noreply@github.com>2021-02-01 17:01:34 +0100
commit0a8799b8348fb005389ede1fe85cce21dd51bea1 (patch)
tree11423779ad6f1ce49fb5b4994d30371b62e10443 /.github/workflows/integration.yml
parent806af5073807a48308af61ab596b347ff54af5df (diff)
parent8c45f1149dd464317c8a11829b084f2d30037162 (diff)
Merge pull request #2517 from dalf/debug-ci
Update pyenv pyenvinstall Make targets
Diffstat (limited to '.github/workflows/integration.yml')
-rw-r--r--.github/workflows/integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 4f3b8e9c8..39f3d3418 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -34,7 +34,7 @@ jobs:
make V=1 install
make V=1 gecko.driver
- name: Run tests
- run: make V=1 test
+ run: make V=1 ci.test
- name: Test coverage
run: make V=1 test.coverage
- name: Store coverage result