diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1f2ba92..e0650d6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -109,6 +109,9 @@ jobs: - name: Install system libraries run: sudo apt-get install libudev-dev + - name: Get directory + run: pwd && ls + - name: Run tests and collect coverage run: LLVM_PROFILE_FILE='cargo-test-%p-%m.profraw' RUSTFLAGS="-Cinstrument-coverage -Clink-dead-code" cargo test