File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7474
7575 - name : Test
7676 working-directory : build/sanitize
77- run : nix-shell --run 'ASAN_OPTIONS="strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:detect_leaks=1:halt_on_error=1" UBSAN_OPTIONS="print_stacktrace=1:halt_on_error=1" ctest --output-on-failure --no-tests=error -j 2' shell.nix
77+ run : nix-shell --run 'ASAN_OPTIONS="strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:detect_leaks=1:halt_on_error=1" UBSAN_OPTIONS="print_stacktrace=1:halt_on_error=1" ctest --output-on-failure --no-tests=error -j 2' "$GITHUB_WORKSPACE/ shell.nix"
7878
7979 test :
8080 needs : [lint]
@@ -111,4 +111,4 @@ jobs:
111111
112112 - name : Test
113113 working-directory : build
114- run : nix-shell --run "ctest --output-on-failure --no-tests=error -C Release -j 2" shell.nix
114+ run : nix-shell --run "ctest --output-on-failure --no-tests=error -C Release -j 2" "$GITHUB_WORKSPACE/ shell.nix"
Original file line number Diff line number Diff line change 1+ commit 3c80bf01287b869558bdf3ed1eb334b041639596
2+ Author: Alexeev Bronislav <alexeev.dev@mail.ru >
3+ Date: Mon Aug 4 16:14:04 2025 +0700
4+
5+ update cmake
6+
17commit e7ffeeee0f2be691eb5dfa2442954756b44425b1
28Author: Alexeev Bronislav <alexeev.dev@mail.ru >
39Date: Mon Aug 4 16:04:10 2025 +0700
You can’t perform that action at this time.
0 commit comments