Skip to content

Commit

Permalink
ci: move environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Feb 8, 2024
1 parent 8a10763 commit fca2343
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
merge_group:

env:
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings

defaults:
run:
shell: bash
Expand All @@ -24,8 +28,6 @@ jobs:
components: clippy
- name: Clippy
run: cargo xtask clippy
env:
RUSTFLAGS: -Dwarnings

fmt:
name: Format
Expand Down

0 comments on commit fca2343

Please sign in to comment.