aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fa1cceb5..09635d67 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,3 +1,5 @@
+name: CI
+
on:
push:
pull_request:
@@ -7,7 +9,6 @@ env:
CARGO_INCREMENTAL: 0 # required so ci doesn't run out of space
CARGO_TERM_COLOR: always
-name: Cargo clippy & test
jobs:
clippy_and_test:
runs-on: ubuntu-latest