1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
This commit is contained in:
Jakub Roztocil
2019-09-10 13:59:43 +02:00
parent 2bb54da368
commit d9aadeef51
+2 -1
View File
@@ -3,6 +3,7 @@ name: Python package
on: [push]
jobs:
name: tests
test:
# run core httpie tests everywhere
runs-on: ${{ matrix.os }}
@@ -22,7 +23,7 @@ jobs:
test-extras:
# coverage and extra tests only once
- runs-on: ubuntu-latest
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]