From c952d3dee9aeb5c6a54392f46014debcbe5f1984 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Thu, 4 May 2023 19:04:01 +0800 Subject: [PATCH] Update workflow --- .github/workflows/unittest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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