diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7438f46..c6da9a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,4 +30,4 @@ jobs: run: make lint - name: Run test - run: make jest \ No newline at end of file + run: make test \ No newline at end of file