Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky committed Nov 21, 2024
1 parent 0b76500 commit 3640e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/source/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ mod tests {
}

#[tokio::test]
#[cfg_attr(feature = "github_ci", ignore)]
async fn test_byblos() -> anyhow::Result<()> {
let client = build_client(&CFG)?;
let _ = collect(&client, &CFG.src, Source::Byblos).await?;
Expand Down

0 comments on commit 3640e6b

Please sign in to comment.