Skip to content

Commit 918ad4f

Browse files
committed
put back testing
1 parent 1c91a1a commit 918ad4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: poetry install
2424

25-
# - name: Test
26-
# run: poetry run pytest
25+
- name: Test
26+
run: poetry run pytest
2727

2828
- name: Build
2929
run: poetry run mkdocs build

0 commit comments

Comments
 (0)