Skip to content

Commit 9bb33ad

Browse files
committed
ci: enable ConfigTests
1 parent 342825a commit 9bb33ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
# Ignored tests are added in the end, after the "-" sign.
4141
Tests: "ClusterTests.*\
4242
:BasicsTests.*\
43+
:ConfigTests.*\
4344
:PreparedTests.*\
4445
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
4546
:BatchSingleNodeClusterTests*:BatchCounterSingleNodeClusterTests*:BatchCounterThreeNodeClusterTests*\

.github/workflows/cassandra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# Ignored tests are added in the end, after the "-" sign.
4343
Tests: "ClusterTests.*\
4444
:BasicsTests.*\
45+
:ConfigTests.*\
4546
:PreparedTests.*\
4647
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
4748
:ErrorTests.*\

0 commit comments

Comments
 (0)