summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-27 01:58:18 +0200
committerpml68 <contact@pml68.dev>2025-06-27 01:58:18 +0200
commit97f0573dfdcaad8f310c4ac2d6e7ca9d2b514d4e (patch)
treefa0421f31cbaec188f2b208b68cada84b110a64d /.github
parentstyle(Cargo.toml): redo dependency structuring (diff)
downloadiced-builder-97f0573dfdcaad8f310c4ac2d6e7ca9d2b514d4e.tar.gz
ci: rename `all` jobs -> `lint` & `test` [skip ci]
Diffstat (limited to '')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/test.yml2
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