Change name of CI job

This commit is contained in:
Paul Hauner
2019-11-22 18:39:01 +11:00
parent 17939f340b
commit d7b40c369f

View File

@@ -3,7 +3,7 @@ name: test-suite
on: [push]
jobs:
cargo-fmt-lint:
cargo-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1