diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 422efd62a4426bce5026d3432c3c86d7550cd540..934098e7e3f6455330b91181f114cd778277200f 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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" diff --git a/.github b/.github new file mode 120000 index 0000000000000000000000000000000000000000..0db043d0d053c9ff5219974b4359fa5d53e9c1d0 --- /dev/null +++ b/.github @@ -0,0 +1 @@ +.forgejo/ \ No newline at end of file