Skip to content

Commit

Permalink
Run tests before linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 20, 2024
1 parent f226377 commit 16cfe3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Install dependencies
run: make install

- name: Check code
run: make check

- name: Test code
run: make test

- name: Check code
run: make check

- name: Run Demo
run: make demo

Expand Down

0 comments on commit 16cfe3c

Please sign in to comment.