diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73781e5..5028da0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,8 @@ jobs: if: github.event_name == 'push' && success() needs: - style - - clippy - compile + - test runs-on: ubuntu-latest steps: - name: Mark the job as a success @@ -107,8 +107,8 @@ jobs: if: github.event_name == 'push' && !success() needs: - style - - clippy - compile + - test runs-on: ubuntu-latest steps: - name: Mark the job as a failure