Skip to content

Commit 3a9bc3a

Browse files
committedFeb 5, 2025··
polish
1 parent 726e5cd commit 3a9bc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/simian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
distribution: 'temurin'
4747
java-version: 17
4848
- run: wget --quiet http://public.yegor256.com/simian.jar -O /tmp/simian.jar
49-
- run: java -jar /tmp/simian.jar -threshold=16 "-excludes=**/EOsocketTest.java" "-excludes=**/gen" "-excludes=**/it" "**/*.java"
49+
- run: java -jar /tmp/simian.jar -threshold=16 "-excludes=**/it" "**/*.java"

0 commit comments

Comments
 (0)
Please sign in to comment.