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:
parent
76f9c5824a
commit
73c07fd6e9
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user