We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e5e61 commit a652382Copy full SHA for a652382
.github/workflows/ci.yaml
@@ -79,7 +79,7 @@ jobs:
79
- name: Install dependencies
80
run: |
81
make install
82
- source .venv/bin/activate && make install-test-contract
+ make install-test-contract
83
- name: Run unit tests
84
85
poetry run make test-contract
0 commit comments