From 5190e83bb3a1e05061bc5c95a17fa759c8aa1efe Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sat, 18 Mar 2023 22:07:12 -0700 Subject: [PATCH] Only run tests on push --- .github/workflows/commit.yml | 2 -- 1 file changed, 2 deletions(-) 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