From 97f0573dfdcaad8f310c4ac2d6e7ca9d2b514d4e Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 27 Jun 2025 01:58:18 +0200 Subject: ci: rename `all` jobs -> `lint` & `test` [skip ci] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 073b5e9..fa3fa20 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ name: Lint on: [push, pull_request] jobs: - all: + lint: runs-on: ubuntu-latest steps: - uses: hecrj/setup-rust-action@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89cabd3..c766584 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Test on: [push, pull_request] jobs: - all: + test: runs-on: ubuntu-latest env: RUSTFLAGS: --deny warnings -- cgit v1.2.3