mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-09 08:07:47 +00:00
Reset test threads to 1 (should fix test issues in GHA)
This commit is contained in:
parent
90a800ff44
commit
d86b77ab56
4 changed files with 9 additions and 9 deletions
|
@ -444,7 +444,7 @@ async fn subreddit(sub: &str, quarantined: bool) -> Result<Subreddit, String> {
|
|||
})
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 8)]
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
|
||||
async fn test_fetching_subreddit() {
|
||||
let subreddit = subreddit("rust", false).await;
|
||||
assert!(subreddit.is_ok());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue