Skip to content

Commit 17d7fca

Browse files
committed
fixed features in rust tests
1 parent 25142ea commit 17d7fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run_all_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def main():
3939

4040
run_cmd('cargo', 'test',
4141
'--', '--nocapture', cwd='questdb-rs')
42-
run_cmd('cargo', 'test', '--no-default-features', '--features=aws-lc-crypto,tls-native-certs',
42+
run_cmd('cargo', 'test', '--no-default-features', '--features=aws-lc-crypto,tls-native-certs,sync-sender-tcp',
4343
'--', '--nocapture', cwd='questdb-rs')
44-
run_cmd('cargo', 'test', '--no-default-features', '--features=ring-crypto,tls-native-certs,sync-sender-http',
44+
run_cmd('cargo', 'test', '--no-default-features', '--features=ring-crypto,tls-native-certs,sync-sender',
4545
'--', '--nocapture', cwd='questdb-rs')
4646
run_cmd('cargo', 'test', '--features=almost-all-features',
4747
'--', '--nocapture', cwd='questdb-rs')

0 commit comments

Comments
 (0)