File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
actions/setup-environment Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 - name : Install dependencies
77 uses : awalsh128/cache-apt-pkgs-action@latest
88 with :
9- packages : libgtk-4-dev pkg-config libvulkan-dev libdrm-dev curl fuse3 libfuse-dev ocl-icd-libopencl1 ocl-icd-opencl-dev
10- version : 1.0
9+ packages : libgtk-4-dev pkg-config libvulkan-dev libdrm-dev curl fuse3 libfuse-dev ocl-icd-libopencl1 ocl-icd-opencl-dev libadwaita-1-dev
10+ version : 1.1
1111 - name : Update pci.ids
1212 run : sudo curl -o /usr/share/hwdata/pci.ids https://pci-ids.ucw.cz/v2.2/pci.ids
1313 shell : bash
Original file line number Diff line number Diff line change 1919 - name : Build
2020 run : cargo build
2121 - name : Run tests
22- run : cargo test --verbose
22+ run : cargo test --all --all-features -- verbose
2323
2424 check-format :
2525 runs-on : ubuntu-24.04
4040 - name : Install clippy
4141 run : rustup component add clippy
4242 - name : Run clippy
43- run : cargo clippy --verbose
43+ run : cargo clippy --all --all-features -- verbose
4444
4545 check-audit :
4646 runs-on : ubuntu-24.04
7070 version : ' 0.6.18'
7171
7272 - name : Generate coverage report
73- run : cargo llvm-cov --no-fail-fast --include-ffi --workspace --lcov --output-path lcov.info
73+ run : cargo llvm-cov --no-fail-fast --include-ffi --workspace --lcov --output-path lcov.info
7474
7575 - name : Upload to Codecov
7676 uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments