Skip to content

Commit

Permalink
Update legacy tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Nov 5, 2023
1 parent e6fe30e commit a320169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: docker pull riga/law:py${{ matrix.python }}

- name: Test 🎢
run: ./tests/docker.sh riga/law:py${{ matrix.python }}
run: ./tests/docker.sh riga/law:py${{ matrix.python }} bash -c './tests/run.sh "python -m unittest tests"'

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a320169

Please sign in to comment.