We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06433cc commit 56c5875Copy full SHA for 56c5875
.ci/unix-test.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
cd build
3
+echo "Tests run as user: $USER"
4
ctest -E Windows
5
if [ -f "test/std_filesystem_test" ]; then
6
test/std_filesystem_test || true
0 commit comments