swapping order of test and integration tests, unit tests should run first

Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
Frederick F. Kautz IV 2021-04-04 20:36:38 -07:00
parent 76f9c5824a
commit 73c07fd6e9

View File

@ -72,10 +72,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Test
run: |
make test
- name: Integration test
run: |
make integration
- name: Test
run: |
make test