Browse Source

Rename the CI test job

pull/66/head
Rodolphe Bréard 2 years ago
parent
commit
ca4bc269e5
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
test:
name: Test
name: Cargo build & test
runs-on: ubuntu-latest
strategy:
matrix:

Loading…
Cancel
Save