We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f46242 commit b38610eCopy full SHA for b38610e
1 file changed
.justfile
@@ -26,7 +26,8 @@ lints:
26
27
# Checks for issues with dependencies
28
dependencies:
29
- cargo deny check
+ # workaround for: https://github.com/EmbarkStudios/cargo-deny/issues/854
30
+ GIT_WORK_TREE= cargo deny check
31
32
# Runs all unit tests. By default ignored tests are not run. Run with `ignored=true` to run only ignored tests
33
tests:
0 commit comments