Skip to content

Commit 7677f52

Browse files
committed
fix: ignore test
1 parent ebbf710 commit 7677f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
fail-on: none # Required to avoid failing the CI run regardless of findings.
7474
sarif: results.sarif
75-
slither-args: --filter-paths "./lib|./test/.script" --exclude naming-convention
75+
slither-args: --filter-paths "./lib|./test|/.script" --exclude naming-convention
7676

7777
- name: Upload SARIF file
7878
uses: github/codeql-action/upload-sarif@v2

0 commit comments

Comments
 (0)