-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This has two benefits: * nextest will archive all the binaries for us, and we don't have to manually decide which ones to call in the workflow (a new test binary will be automatically invoked). * nextest generates the junit.xml file which can be used to inform a future test dashboard.
- Loading branch information
Showing
2 changed files
with
56 additions
and
15 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Licensed under the Apache-2.0 license | ||
|
||
[profile.nightly] | ||
failure-output = "immediate-final" | ||
fail-fast = false | ||
|
||
[profile.nightly.junit] | ||
path = "/tmp/junit.xml" | ||
store-success-output = true | ||
store-failure-output = true | ||
|
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