We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2384f77 commit 05d36a8Copy full SHA for 05d36a8
1 file changed
.github/workflows/publish.yml
@@ -30,6 +30,10 @@ jobs:
30
python -m pip install --upgrade pip
31
pip install -r requirements.txt
32
33
+ - name: Run unit tests
34
+ run: |
35
+ python -m pytest -s -vv
36
+
37
- name: Build binary
38
run: |
39
echo "__version__ = \"${GITHUB_REF_NAME}\"" > src/difflib_parser/version.py
0 commit comments