We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3b5fe commit b8499f8Copy full SHA for b8499f8
tests/full_workflow.rs
@@ -9,6 +9,7 @@ use flintpkg::{
9
};
10
11
#[tokio::test]
12
+#[ignore = "Really expensive, requires cloning from github and rebuilding flint."]
13
async fn full_workflow_test() -> Result<()> {
14
let repo_dir = TempDir::new()?;
15
let repo_path = repo_dir.path();
0 commit comments