We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5b497 commit b41b3e6Copy full SHA for b41b3e6
.github/workflows/ci.yml
@@ -262,6 +262,7 @@ jobs:
262
shell: bash
263
# Turn off fast fail for when the landbosse tests write to cerr
264
run: |
265
+ cd ${SSCDIR}/build/test/Release
266
./Test.exe > ${SSCDIR}/build/test/gtest.log
267
pip install pandas requests
268
python ${SSCDIR}/test/compare_elapsed_time.py gtest_log ${SSCDIR}/build/test/gtest.log
0 commit comments