diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef400d1..b58d103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ "main" ] + branches: [ "main", "ci-test" ] pull_request: branches: [ "main" ] diff --git a/src/deb/mod.rs b/src/deb/mod.rs index 9659a9c..4b2c195 100644 --- a/src/deb/mod.rs +++ b/src/deb/mod.rs @@ -159,11 +159,11 @@ mod tests { ); } - #[tokio::test] - #[test_log::test] - async fn test_deb_hello_ubuntu_end_to_end() { - test_build_end_to_end("hello", "noble", None, None, false).await; - } + // #[tokio::test] + // #[test_log::test] + // async fn test_deb_hello_ubuntu_end_to_end() { + // test_build_end_to_end("hello", "noble", None, None, false).await; + // } #[tokio::test] #[test_log::test]