Skip to content

Commit 87dfdc3

Browse files
committed
fix: enable tests
Signed-off-by: Richard Gebhardt <[email protected]>
1 parent bdcf6a2 commit 87dfdc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint.yml renamed to .github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
python -m pip install -r requirements-dev.txt
22-
- name: Test with tox
23-
run: |
24-
tox run -e lint
22+
- name: Run tests
23+
run: make test

0 commit comments

Comments
 (0)