Skip to content

Commit

Permalink
Try harder
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Dec 21, 2023
1 parent 176f1d0 commit 8273d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
export DYLD_LIBRARY_PATH="${{ github.workspace }}/dist/Debug/lib"
env | sort
fi
cargo +${{ matrix.rust-toolchain }} llvm-cov nextest --features ci --all-targets --no-fail-fast --lcov --output-path lcov.info
env DYLD_LIBRARY_PATH="${{ github.workspace }}/dist/Debug/lib" cargo +${{ matrix.rust-toolchain }} llvm-cov nextest --features ci --all-targets --no-fail-fast --lcov --output-path lcov.info
- name: Check formatting
run: cargo +${{ matrix.rust-toolchain }} fmt --all -- --check
Expand Down

0 comments on commit 8273d0b

Please sign in to comment.