summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2020-03-10 00:52:24 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2020-03-10 00:52:24 +0100
commit0178bd7565c54c240dc22852ddf23e3befaf2434 (patch)
tree6b0c3eede0e4f92342290de2904bf8cc859c4a6f
parente6541300b002c7207ac419917917997687d979cd (diff)
downloadhttpretty-0178bd7565c54c240dc22852ddf23e3befaf2434.tar.gz
run pyopenssl tests before functional tests
-rw-r--r--.github/workflows/python-3.6.yml6
-rw-r--r--.github/workflows/python-3.7.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/python-3.6.yml b/.github/workflows/python-3.6.yml
index b316ab5..d16ff47 100644
--- a/.github/workflows/python-3.6.yml
+++ b/.github/workflows/python-3.6.yml
@@ -36,12 +36,12 @@ jobs:
- name: Unit Tests
run: make unit
- - name: Functional Tests
- run: make functional
-
- name: PyOpenSSL tests
run: make pyopenssl
+ - name: Functional Tests
+ run: make functional
+
- name: "Upload coverage results to codecov.io"
uses: codecov/codecov-action@v1
with:
diff --git a/.github/workflows/python-3.7.yml b/.github/workflows/python-3.7.yml
index 67decee..2d80f13 100644
--- a/.github/workflows/python-3.7.yml
+++ b/.github/workflows/python-3.7.yml
@@ -36,12 +36,12 @@ jobs:
- name: Unit Tests
run: make unit
+ - name: PyOpenSSL tests
+ run: make pyopenssl
+
- name: Functional Tests
run: make functional
- - name: Randomize All Tests
- run: make tests
-
- name: "Upload coverage results to codecov.io"
uses: codecov/codecov-action@v1
with: