Skip to content

Commit

Permalink
chore: run pytest on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczmiel committed Jan 25, 2024
1 parent ec7ffa6 commit 702a6a4
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 @@ -23,5 +23,9 @@ jobs:
version: v1.54
- name: Unit tests
run: go test -v ./...
- name: Setup Integration tests
run: |
python -m pip install --upgrade pip
python -m pip install -r test/requirements.txt
- name: Integration tests
run: python -m unittest discover -v -s test
run: pytest

0 comments on commit 702a6a4

Please sign in to comment.