We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a78979 commit 2767f13Copy full SHA for 2767f13
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
24
nmake
25
ls .
26
+ ldd ./cassandra-unit-tests.exe
27
./cassandra-unit-tests.exe --gtest_output=xml:gtest-results.xml
28
29
- name: Publish results
0 commit comments