diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 564c5440..93f9a94c 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -29,4 +29,4 @@ jobs: - name: Test working-directory: ./src run: | - pytest test/test_raw_parser.py \ No newline at end of file + pytest \ No newline at end of file