diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8c8b800..55a37cd 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -18,4 +18,4 @@ jobs: - name: install check run: sudo apt install check - name: run tests - run: make check + run: make test