Skip to content

Commit cae738d

Browse files
committed
ci: enable an async test using cass_future_wait_timed
1 parent 453715a commit cae738d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
:ByNameTests.*\
5151
:CompressionTests.*\
5252
:LoggingTests.*\
53+
:AsyncTests.Integration_Cassandra_Simple\
5354
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
5455
:*5.Integration_Cassandra_*\
5556
:*19.Integration_Cassandra_*\

.github/workflows/cassandra.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
:ByNameTests.*\
5252
:CompressionTests.*\
5353
:LoggingTests.*\
54+
:AsyncTests.Integration_Cassandra_Simple\
5455
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
5556
:PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
5657
:*5.Integration_Cassandra_*\

0 commit comments

Comments
 (0)