diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 31000a2..8f7b248 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -16,7 +16,5 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Build - run: cargo build --verbose - name: Run tests run: cargo test --verbose