mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
ci: Fix steps names (#89)
This commit is contained in:
parent
8e6a5ebbb1
commit
809bdb5e0e
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build SuckIT
|
||||
- name: Lint
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
cargo fmt -- --check || (echo "Please reformat your code with 'cargo
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build SuckIT
|
||||
- name: Build
|
||||
run: |
|
||||
cargo build
|
||||
|
||||
|
|
@ -35,6 +35,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run unit tests
|
||||
- name: Unit tests
|
||||
run: |
|
||||
cargo test
|
||||
|
|
|
|||
Loading…
Reference in a new issue