diff options
| author | pml68 <contact@pml68.dev> | 2025-06-27 01:58:18 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-27 01:58:18 +0200 |
| commit | 97f0573dfdcaad8f310c4ac2d6e7ca9d2b514d4e (patch) | |
| tree | fa0421f31cbaec188f2b208b68cada84b110a64d | |
| parent | style(Cargo.toml): redo dependency structuring (diff) | |
| download | iced-builder-97f0573dfdcaad8f310c4ac2d6e7ca9d2b514d4e.tar.gz | |
ci: rename `all` jobs -> `lint` & `test` [skip ci]
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
