Skip to content

Commit

Permalink
Simplified Clippy CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed Feb 8, 2024
1 parent 9dace5f commit 4f4a691
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
"--features etl",
"",
]
compression: ["--features compression", ""]
migrate: ["--features migrate", ""]
extra_datatypes: ["--features rust_decimal,uuid,chrono", ""]
other: ["--features compression,migrate,rust_decimal,uuid,chrono", ""]
steps:
- uses: actions/checkout@v3

Expand All @@ -66,7 +64,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --tests ${{ matrix.etl }} ${{ matrix.migrate }} ${{ matrix.compression }} ${{ matrix.extra_datatypes }}
args: --tests ${{ matrix.etl }} ${{ matrix.other }}
env:
RUSTFLAGS: -D warnings

Expand Down

0 comments on commit 4f4a691

Please sign in to comment.