-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename integration_test to integration-tests
Done in preparation for using a single CI script for multiple different crates. The new, soon-to-be-used, CI script expects the integration test directory to have a specific name - use it.
- Loading branch information
Showing
4 changed files
with
1 addition
and
6 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 |
---|---|---|
@@ -1,7 +1,2 @@ | ||
[workspace] | ||
|
||
members = [ | ||
"json", | ||
"client", | ||
"integration_test", | ||
] | ||
members = ["json", "client", "integration-tests"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.