File tree Expand file tree Collapse file tree 2 files changed +0
-63
lines changed
Expand file tree Collapse file tree 2 files changed +0
-63
lines changed Original file line number Diff line number Diff line change 3838 name : sqlpage-linux-debug
3939 path : " target/debug/sqlpage"
4040
41- test_asan :
42- runs-on : ubuntu-latest
43- steps :
44- - uses : actions/checkout@v4
45- - name : Install clang for ASAN
46- run : sudo apt-get update && sudo apt-get install -y clang
47- - name : Set up cargo cache
48- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
49- - name : Build with ASAN-instrumented C dependencies
50- env :
51- CFLAGS : " -fsanitize=address -fno-omit-frame-pointer -g"
52- CXXFLAGS : " -fsanitize=address -fno-omit-frame-pointer -g"
53- CC : clang
54- CXX : clang++
55- run : cargo build --features odbc-static
56- - name : Run tests with ASAN
57- env :
58- ASAN_OPTIONS : " detect_leaks=1:abort_on_error=1"
59- CFLAGS : " -fsanitize=address -fno-omit-frame-pointer -g"
60- CXXFLAGS : " -fsanitize=address -fno-omit-frame-pointer -g"
61- CC : clang
62- CXX : clang++
63- run : cargo test --features odbc-static --no-fail-fast
6441
6542 test :
6643 runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments