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 3cf9007 commit 737583cCopy full SHA for 737583c
.github/workflows/ci.yml
@@ -396,7 +396,7 @@ jobs:
396
uname -a
397
run: |
398
export PATH=$HOME/.rust_solaris/bin:$PATH
399
- cargo build --target x86_64-pc-solaris --all-targets --all-features && sudo cargo test
+ cargo build --target x86_64-pc-solaris --all-targets --all-features && sudo env PATH=$PATH cargo test
400
401
# Test that we can build with the lowest version of all dependencies.
402
# "cargo test" doesn't work because some of our dev-dependencies, like
0 commit comments