Deny warnings in github/gitea/forgejo CI and act local runner
This commit is contained in:
parent
7fc46968be
commit
25274e2f11
2 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,8 @@ jobs:
|
||||||
run: cargo test --verbose --release -- --include-ignored
|
run: cargo test --verbose --release -- --include-ignored
|
||||||
- name: Run tests without default features
|
- name: Run tests without default features
|
||||||
run: cargo test --verbose --no-default-features
|
run: cargo test --verbose --no-default-features
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: " -D warnings"
|
||||||
|
|
||||||
test-nightly:
|
test-nightly:
|
||||||
needs: [lint]
|
needs: [lint]
|
||||||
|
@ -50,3 +52,5 @@ jobs:
|
||||||
run: cargo test --verbose --release -- --include-ignored
|
run: cargo test --verbose --release -- --include-ignored
|
||||||
- name: Run tests without default features
|
- name: Run tests without default features
|
||||||
run: cargo test --verbose --no-default-features
|
run: cargo test --verbose --no-default-features
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: " -D warnings"
|
||||||
|
|
1
.github
Symbolic link
1
.github
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
.forgejo/
|
Loading…
Reference in a new issue