diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4e6bc2..9868dff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Run Check - run: cargo check --verbose - name: Run Build run: cargo build --verbose + - name: Run Check + run: cargo check --verbose - name: Run Tests run: cargo test --verbose - name: Install MSRV