Skip to content

Commit

Permalink
where am i
Browse files Browse the repository at this point in the history
  • Loading branch information
breqdev committed Nov 23, 2023
1 parent a0d5a0b commit 44e1983
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 44e1983

Please sign in to comment.