diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9757c2ef..d4c2a58f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,14 +8,14 @@ on: schedule: - cron: '45 4 * * 3' -env: - RUSTFLAGS: -Dwarnings - jobs: test-linux: name: Test ${{matrix.build}} runs-on: ubuntu-22.04 + env: + RUSTFLAGS: -Dwarnings + steps: - name: Install openssl x86 and 32 support for gcc if: ${{ matrix.build == 'linux32' }} @@ -71,6 +71,9 @@ jobs: name: Test ${{matrix.build}} runs-on: windows-2022 + env: + RUSTFLAGS: -Dwarnings + steps: - uses: actions/checkout@v3 @@ -129,6 +132,9 @@ jobs: name: Test Macos 12 runs-on: macos-12 + env: + RUSTFLAGS: -Dwarnings + steps: - uses: actions/checkout@v3 @@ -162,6 +168,8 @@ jobs: clippy: name: Clippy runs-on: ubuntu-22.04 + env: + RUSTFLAGS: -Dwarnings steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable @@ -222,6 +230,8 @@ jobs: msrv: name: Rust 1.65.0 runs-on: ubuntu-22.04 + env: + RUSTFLAGS: -Dwarnings steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@1.65.0