gitea workflow fix 1
Some checks failed
Build the release program / Cargo build release (push) Failing after 2m15s
Some checks failed
Build the release program / Cargo build release (push) Failing after 2m15s
This commit is contained in:
@@ -15,6 +15,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cargo test
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: cargo test
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|||||||
@@ -13,8 +13,19 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Update
|
||||||
|
run: apt update
|
||||||
|
|
||||||
|
- name: Check formatting
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
|
- name: Run linter
|
||||||
|
run: cargo clippy -- -D warnings
|
||||||
|
|
||||||
|
- name: Test
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: Build release
|
- name: Build release
|
||||||
|
|||||||
Reference in New Issue
Block a user