doc: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 09:57:55 +03:00 committed by GitHub
parent 69ff6cf993
commit 2d27c3c018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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