Skip to content

Commit

Permalink
Check socket block size
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Feb 5, 2024
1 parent 694ccce commit 402fc7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
uses: toblux/start-clamd-github-action@v0.1
with:
stream_max_length: 1000000
- name: Check socket block size
if: runner.os == 'Linux' || runner.os == 'macOS'
run: stat /tmp/clamd.socket
- name: Run tests with separate features
run: |
cargo test --features tokio -- --skip oversized
Expand Down

0 comments on commit 402fc7e

Please sign in to comment.