added the alias fr this time

This commit is contained in:
Alie 2024-01-26 19:07:46 +01:00
parent 619dca1bfe
commit a56a6b1ea9
2 changed files with 2 additions and 3 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[alias]
t="test -- --test-threads=1"

View File

@ -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]