Skip to content

Commit

Permalink
Fixing bas syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Apr 17, 2024
1 parent 26e8e0a commit 74d8250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
TEST_FILES=$(find test -type f \( -name '*.hpp' -o -name '*.h' -o -name '*.cpp' -o -name '*.cuh' -o -name '*.cu' \) ! -path 'test/tutorial/*')
echo "scanning test files:"
echo ${TEST_FILES} | tr " " "\n"
time clang-tidy -p ./cuda-build/ -checks=-*,bugprone-* -header-filter=$(pwd)/include/.* --extra-arg "-lcudart_static" --extra-arg "-std=c++20" --extra-arg "-stdlib=libc++" ${TEST_FILES -- -Iinclude/}
time clang-tidy -p ./cuda-build/ -checks=-*,bugprone-* -header-filter=$(pwd)/include/.* --extra-arg "-lcudart_static" --extra-arg "-std=c++20" --extra-arg "-stdlib=libc++" ${TEST_FILES -- -Iinclude/
continue-on-error: true

0 comments on commit 74d8250

Please sign in to comment.