We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68956fc commit 59c99d9Copy full SHA for 59c99d9
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
30
nmake
31
ls .
32
- ldd ./cassandra-unit-tests.exe
+ ntldd ./cassandra-unit-tests.exe
33
./cassandra-unit-tests.exe --gtest_output=xml:gtest-results.xml
34
35
- name: Publish test results
0 commit comments