clamav-client 0.4.4

ClamAV client library with optional Tokio and async-std support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Run tests
on: [push, pull_request]

jobs:
  test:
    strategy:
      matrix:
        os: [macos-latest, ubuntu-latest, windows-latest]
    runs-on: ${{ matrix.os }}
    steps:
      - name: Check out code
        uses: actions/checkout@v4
      - name: Start ClamAV daemon clamd
        uses: toblux/start-clamd-github-action@v0.1
        with:
          stream_max_length: 1000000
      - name: Run tests
        run: cargo test --all-features -- --skip oversized