mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
ci: use shorter workflow name
("CI" instead of "Continuous integration") and rename "ci" job to
"cargo_test"
This commit is contained in:
committed by
Sylvestre Ledru
parent
1bfa13221d
commit
309566b9c6
@@ -1,9 +1,9 @@
|
||||
on: pull_request
|
||||
|
||||
name: Continuous integration
|
||||
name: CI
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
cargo_test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user