diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/lint.yml (renamed from .github/workflows/ci.yml) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/lint.yml index e2316f3..073b5e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ -name: CI +name: Lint on: [push, pull_request] jobs: - ci: + all: runs-on: ubuntu-latest steps: - uses: hecrj/setup-rust-action@v2 @@ -24,5 +24,3 @@ jobs: key: ${{ runner.os }}-ci-${{ hashFiles('**/Cargo.lock') }} - name: Check lints run: cargo lint - - name: Run tests - run: cargo test --verbose --profile ci |
