Merge pull request #274 from fkautz/pr_out_swapping_order_of_test_and_integration_tests_unit_tests_should_run_first

This commit is contained in:
Andrea Luzzardi 2021-04-04 22:37:41 -07:00 committed by GitHub
commit a5df3ab7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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