Skip to content

Commit

Permalink
Rename xtask to xtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Jun 23, 2021
1 parent aa3ceb5 commit f5c849f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[alias]
xtask = "run --package xtask --"
xtest = "run --package xtest --"
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tempfile = "3.2"
assert_cmd = "1.0"

[workspace]
members = [".", "xtask"]
members = [".", "xtest"]
2 changes: 1 addition & 1 deletion xtask/Cargo.toml → xtest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "xtask"
name = "xtest"
version = "0.1.0"
authors = ["Johann Hemmann <johann.hemmann@code.berlin>"]
edition = "2018"
Expand Down
File renamed without changes.

0 comments on commit f5c849f

Please sign in to comment.