-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid
/tmp
dir on Integration Tests..
using /tmp is leading to undeterministic behavior on Github CI
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,9 @@ $ git clone [email protected]:stratum-mining/stratum.git | |
$ cargo test --manifest-path=roles/Cargo.toml --verbose --test '*' -- --nocapture | ||
``` | ||
|
||
Note: during the execution of the tests, a new directory called `template-provider` is created. | ||
This directory holds the executable for Template Provider node, as well as the different data | ||
directories created for each execution. | ||
|
||
## License | ||
MIT OR Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters