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