Renamed test action and added component list
This commit is contained in:
parent
eb8a8714e7
commit
eed7b034fb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -9,7 +9,7 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
run_tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
components: cargo,rustfmt,clippy
|
||||
|
||||
- name: install check-all-fetures
|
||||
run: cargo install cargo-all-features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue