doc: Update rust.yml
This commit is contained in:
parent
69ff6cf993
commit
2d27c3c018
1 changed files with 23 additions and 30 deletions
19
.github/workflows/rust.yml
vendored
19
.github/workflows/rust.yml
vendored
|
@ -10,13 +10,18 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
changelog:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Conventional
|
||||
id: changelog
|
||||
uses: TriPSs/conventional-changelog-action@v4
|
||||
|
@ -33,15 +38,3 @@ jobs:
|
|||
body: ${{ steps.changelog.outputs.clean_changelog }}
|
||||
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue