We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea30e0 commit cd3c5c4Copy full SHA for cd3c5c4
.github/workflows/python-ci.yml
@@ -1,5 +1,8 @@
1
name: "Python Lint and Tests"
2
3
+env:
4
+CXXFLAGS: "-D_GLIBCXX_ASSERTIONS"
5
+
6
on: [push, pull_request]
7
8
jobs:
0 commit comments