Skip to content

Commit

Permalink
Run rate-limited binstalk-git-repo-api test in serial
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Jun 12, 2024
1 parent 5e5d60b commit 581019d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/binstalk-git-repo-api/src/gh_api_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ mod test {
}

#[tokio::test]
async fn test_get_repo_info() {
async fn rate_limited_test_get_repo_info() {
const PUBLIC_REPOS: [GhRepo; 1] = [GhRepo {
owner: CompactString::new_inline("cargo-bins"),
repo: CompactString::new_inline("cargo-binstall"),
Expand Down Expand Up @@ -582,7 +582,7 @@ mod test {
}

#[tokio::test]
async fn test_has_release_artifact_and_download_artifacts() {
async fn rate_limited_test_has_release_artifact_and_download_artifacts() {
const RELEASES: [(GhRelease, &[&str]); 2] = [
(
cargo_binstall_v0_20_1::RELEASE,
Expand Down

0 comments on commit 581019d

Please sign in to comment.