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:
- name: Install make
run: sudo apt -y install make
- name: Run verification and tests
run: make fmt lint test cov-exclude-generated
run: make lint test cov-exclude-generated
- name: Report coverage
uses: codecov/codecov-action@v2.1.0
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment