diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..c9ca2d1 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +t="test -- --test-threads=1" \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 3addf43..0ff4737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,6 @@ name = "mastodon-image-uploader-bot" version = "0.3.0" edition = "2021" -[alias] -test = "cargo test -- --test-threads=1" - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]