Merge pull request #11985 from mattfarina/only-test-once

Only run tests once
pull/11987/head
Matt Farina 2 years ago committed by GitHub
commit e63083492b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,4 +33,4 @@ jobs:
- name: Run unit tests - name: Run unit tests
run: make test-coverage run: make test-coverage
- name: Test build - name: Test build
run: make test build run: make build

Loading…
Cancel
Save