Skip to content

Commit

Permalink
debug: supress find errors
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed May 12, 2024
1 parent 00150c0 commit 8c77002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: dev/bootstrap.sh -nologs

- run: |
find / -type f -name '*.go' -exec grep -l 'import ""' {} + 2>/dev/null
find $GOROOT -type f -name '*.go' -exec grep -l 'import ""' {} + 2>/dev/null
# run tests
- run: |
export RUN_EXPERIMENTAL_TEST="false"
Expand Down

0 comments on commit 8c77002

Please sign in to comment.