Skip to content

Commit

Permalink
some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Apr 3, 2024
1 parent 65a8a12 commit 3b4199f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
- name: Install library
run: python -m pip install --no-deps .

- name: Check directory
run: ls

- name: Run tests
run: pytest
run: python -m pytest

- name: Test building the doc
run: mkdocs build

0 comments on commit 3b4199f

Please sign in to comment.