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 014d886
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:
pip install -r test-requirements.txt
- name: Run lint checks
run: |
make lint
make lint
- name: Run tests
run: |
make install-deps
make test

0 comments on commit 014d886

Please sign in to comment.