Skip to content

Commit 7f7d60a

Browse files
committed
fix CI workflow
1 parent 3c80bf0 commit 7f7d60a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
commit e7ffeeee0f2be691eb5dfa2442954756b44425b1
28
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
39
Date: Mon Aug 4 16:04:10 2025 +0700

0 commit comments

Comments
 (0)