Skip to content

Commit cd3c5c4

Browse files
committed
Add the GLIBCXX_ASSERTIONS flag to the test CI workflow
1 parent cea30e0 commit cd3c5c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Python Lint and Tests"
22

3+
env:
4+
CXXFLAGS: "-D_GLIBCXX_ASSERTIONS"
5+
36
on: [push, pull_request]
47

58
jobs:

0 commit comments

Comments
 (0)