ci: use shorter workflow name

("CI" instead of "Continuous integration") and rename "ci" job to
"cargo_test"
This commit is contained in:
Daniel Hofstetter
2026-02-23 11:14:41 +01:00
committed by Sylvestre Ledru
parent 1bfa13221d
commit 309566b9c6
+2 -2
View File
@@ -1,9 +1,9 @@
on: pull_request
name: Continuous integration
name: CI
jobs:
ci:
cargo_test:
runs-on: ${{ matrix.os }}
strategy:
matrix: