Skip to content
Snippets Groups Projects
Unverified Commit 178ef040 authored by Mario Macias's avatar Mario Macias Committed by GitHub
Browse files

Remove fmt from PR make target (#25)

parent 9e81874d
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
- name: Install make - name: Install make
run: sudo apt -y install make run: sudo apt -y install make
- name: Run verification and tests - name: Run verification and tests
run: make fmt lint test cov-exclude-generated run: make lint test cov-exclude-generated
- name: Report coverage - name: Report coverage
uses: codecov/codecov-action@v2.1.0 uses: codecov/codecov-action@v2.1.0
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment