Skip to content

Commit

Permalink
testing make lint without make test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritinaidu committed Jul 19, 2024
1 parent 361b606 commit c1ac4cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:


- name: Run lint
run: |
make lint
run: make lint

- name: Run unit tests
run: make test
# - name: Run unit tests
# run: make test

0 comments on commit c1ac4cc

Please sign in to comment.