Deny warnings in github/gitea/forgejo CI and act local runner

This commit is contained in:
xmppftw@kl.netlib.re 2024-01-18 14:31:11 +01:00
parent 7fc46968be
commit 25274e2f11
2 changed files with 5 additions and 0 deletions

View file

@ -35,6 +35,8 @@ jobs:
run: cargo test --verbose --release -- --include-ignored
- name: Run tests without default features
run: cargo test --verbose --no-default-features
env:
RUSTFLAGS: " -D warnings"
test-nightly:
needs: [lint]
@ -50,3 +52,5 @@ jobs:
run: cargo test --verbose --release -- --include-ignored
- name: Run tests without default features
run: cargo test --verbose --no-default-features
env:
RUSTFLAGS: " -D warnings"

1
.github Symbolic link
View file

@ -0,0 +1 @@
.forgejo/