diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 27858f78..d0347d28 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,12 +20,6 @@ jobs: features: # No optional features - '' - # Each optional feature on its own - - sql-data-source - - file-system-data-source - - metrics-data-source - # All optional features together - - sql-data-source,file-system-data-source,metrics-data-source env: RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\"" RUST_LOG: info