Skip to content

Commit

Permalink
ci: drop old features
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Jul 21, 2022
1 parent 9797d10 commit 8417699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
cargo clippy --tests \
--all-targets \
--features="codegen,loader,sqlx-integration,sqlx-postgres,secrets,${{ matrix.features }}" \
--features="codegen,loader,${{ matrix.features }}" \
--no-deps -- \
--D warnings \
-A clippy::let-unit-value \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
**/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.lock') }}
- name: cargo test --package shuttle-service
run: cargo test --package shuttle-service --features="codegen,loader,secrets,${{ matrix.features }}"
run: cargo test --package shuttle-service --features="codegen,loader,${{ matrix.features }}"
platform_tests:
strategy:
matrix:
Expand Down

0 comments on commit 8417699

Please sign in to comment.