Skip to content

Commit

Permalink
Merge pull request #102 from seoklab/jnooree/issue-99
Browse files Browse the repository at this point in the history
ci: enable sanitizers for test build
  • Loading branch information
jnooree authored Jul 10, 2023
2 parents 4a2ad63 + 87f3ecd commit 3bd54b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_cpp-test-and-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Build and test
# CMake 'test' target does not have dependencies on 'all' target...
run: |
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-Werror -S . -B build -G Ninja
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-Werror -DNURI_ENABLE_SANITIZERS=ON -S . -B build -G Ninja
cmake --build build -j --target all
cmake --build build -j --target test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- main
paths:
- ".github/workflows/main-check.yaml"
- ".github/workflows/main-test.yaml"
- ".github/workflows/_cpp-test-and-coverage.yaml"
- "cmake/**"
- "include/**"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nurikit

[![tests](https://github.com/seoklab/nurikit/actions/workflows/main-check.yaml/badge.svg)](https://github.com/seoklab/nurikit/actions/workflows/main-check.yaml) [![codecov](https://codecov.io/gh/seoklab/nurikit/branch/main/graph/badge.svg?token=5X6HJTVA5K)](https://codecov.io/gh/seoklab/nurikit) [![PyPI version](https://badge.fury.io/py/nurikit.svg)](https://badge.fury.io/py/nurikit)
[![tests](https://github.com/seoklab/nurikit/actions/workflows/main-test.yaml/badge.svg)](https://github.com/seoklab/nurikit/actions/workflows/main-test.yaml) [![codecov](https://codecov.io/gh/seoklab/nurikit/branch/main/graph/badge.svg?token=5X6HJTVA5K)](https://codecov.io/gh/seoklab/nurikit) [![PyPI version](https://badge.fury.io/py/nurikit.svg?github-dont-cache=true)](https://badge.fury.io/py/nurikit)

## Introduction

Expand Down

0 comments on commit 3bd54b4

Please sign in to comment.