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 ac4fa26 commit 7c8db85Copy full SHA for 7c8db85
.github/workflows/verify.yml
@@ -27,7 +27,7 @@ jobs:
27
id: python-unittest
28
continue-on-error: true
29
run: |
30
- python test.py
+ python test_libs.py
31
- name: oj-resolve
32
uses: competitive-verifier/actions/oj-resolve@v2
33
with:
0 commit comments