Skip to content

Commit

Permalink
Migrate make test tests to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Apr 12, 2024
1 parent ce70803 commit d04fda5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
pip install -r test-requirements.txt
- name: Run lint checks
run: |
make lint
make lint
- name: Run tests
run: |
make test

0 comments on commit d04fda5

Please sign in to comment.