Skip to content

Commit

Permalink
Make self toolproof path absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed May 16, 2024
1 parent 1db6a16 commit 1e52490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
- name: Test Lib
working-directory: ./toolproof
# toolproof tests itself when run
run: xvfb-run cargo run -- --placeholders toolproof_path="./target/debug/toolproof"
run: xvfb-run cargo run -- --placeholders toolproof_path="$(pwd)/target/debug/toolproof"

0 comments on commit 1e52490

Please sign in to comment.