Skip to content

Commit

Permalink
ci: Remove integrated-auth-gssapi from features list in tests
Browse files Browse the repository at this point in the history
... to see if it is even tested
  • Loading branch information
janpio authored May 14, 2024
1 parent e74b556 commit 986e7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
database:
- 2019
features:
- "--no-default-features --features=rustls,chrono,time,tds73,sql-browser-async-std,sql-browser-tokio,sql-browser-smol,integrated-auth-gssapi,rust_decimal,bigdecimal"
- "--no-default-features --features=rustls,chrono,time,tds73,sql-browser-async-std,sql-browser-tokio,sql-browser-smol,rust_decimal,bigdecimal"
- "--no-default-features --features=vendored-openssl"

env:
Expand Down

0 comments on commit 986e7bf

Please sign in to comment.