aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer_test.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-22 16:59:34 +0900
committernsfisis <nsfisis@gmail.com>2026-08-22 17:32:58 +0900
commit7286ee29637dbc694f769b618259eb9f75bab0fa (patch)
tree8ab8644344614bc8feda6b2f0152030c4a9cba98 /crates/shirabe/tests/installer_test.rs
parent94507ec2f265ca9400d64d42036ca1e8722e27da (diff)
downloadphp-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.tar.gz
php-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.tar.zst
php-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.zip
ci: setup GitHub Actions
Diffstat (limited to 'crates/shirabe/tests/installer_test.rs')
-rw-r--r--crates/shirabe/tests/installer_test.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe/tests/installer_test.rs b/crates/shirabe/tests/installer_test.rs
index 6907758c..922fbd45 100644
--- a/crates/shirabe/tests/installer_test.rs
+++ b/crates/shirabe/tests/installer_test.rs
@@ -376,6 +376,7 @@ fn make_packages_comparable(
#[test]
#[serial]
fn test_installer() {
+ bootstrap::bootstrap();
let _tear_down = TearDown::new();
for case in provide_installer() {
@@ -842,6 +843,8 @@ fn write_json(path: &std::path::Path, value: &serde_json::Value) {
/// ref: InstallerTest::doTestIntegration
fn do_test_integration(case: &IntegrationCase, expect_output: Option<&str>) {
+ bootstrap::bootstrap();
+
if let Some(condition) = &case.condition
&& !evaluate_condition(condition)
{