diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-01 17:01:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-01 17:01:34 +0100 |
| commit | 0a8799b8348fb005389ede1fe85cce21dd51bea1 (patch) | |
| tree | 11423779ad6f1ce49fb5b4994d30371b62e10443 /.github/workflows | |
| parent | 806af5073807a48308af61ab596b347ff54af5df (diff) | |
| parent | 8c45f1149dd464317c8a11829b084f2d30037162 (diff) | |
Merge pull request #2517 from dalf/debug-ci
Update pyenv pyenvinstall Make targets
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/integration.yml | 2 |
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 |