diff --git a/.github/workflows/check_code.yml b/.github/workflows/check_code.yml index 24d6487..3a0829e 100644 --- a/.github/workflows/check_code.yml +++ b/.github/workflows/check_code.yml @@ -27,5 +27,5 @@ jobs: - name: test typing run: hatch run lint:typing - - name: test typing + - name: run tests run: hatch run default:test