diff --git a/.ci/unix-test.sh b/.ci/unix-test.sh index 3d6c865..23b511f 100755 --- a/.ci/unix-test.sh +++ b/.ci/unix-test.sh @@ -1,5 +1,6 @@ #!/bin/sh cd build +echo "Tests run as user: $USER" ctest -E Windows if [ -f "test/std_filesystem_test" ]; then test/std_filesystem_test || true