diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 422efd6..934098e 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 0000000..0db043d --- /dev/null +++ b/.github @@ -0,0 +1 @@ +.forgejo/ \ No newline at end of file