diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fd3339629..17842e131 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,9 +11,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -env: - RUSTFLAGS: "-D warnings" - jobs: rustfmt: @@ -69,6 +66,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] + env: + RUSTFLAGS: "-D warnings" steps: - uses: actions/checkout@v4 - uses: hecrj/setup-rust-action@v2