Skip to content

Commit 959aa09

Browse files
committed
Added scanner notices to python
1 parent 388f75e commit 959aa09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-latest]
33+
os: [ubuntu-latest, windows-latest, macos-14]
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_on_cpp2_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude_patterns=(
1212
"pure2-statement-parse-error.cpp2"
1313
"msvc-msstl-e.cpp2"
1414
"gcc-10-libstdc++-e.cpp2"
15-
"clang-12-libstdc++-e.cpp2"
15+
# "clang-12-libstdc++-e.cpp2"
1616
)
1717

1818
find_command="find \"$search_dir\" -type f \( -name \"*.cpp2\" -o -name \"*.h2\" \)"

0 commit comments

Comments
 (0)