From 44e1983ef9df6a487a290ea26356947b3b8a389e Mon Sep 17 00:00:00 2001 From: Brooke Chalmers Date: Wed, 22 Nov 2023 19:39:09 -0500 Subject: [PATCH] where am i --- .github/workflows/actions.yml | 3 +++ 1 file changed, 3 insertions(+) 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