From b03b28ace709cf63b36bec2cde389d192624eac1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 20 Oct 2024 22:58:22 +0900 Subject: [PATCH] ci: Run test on OpenBSD again --- .cirrus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d225cd8..90812a3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -58,5 +58,4 @@ openbsd_task: # OpenBSD is tier 3 target, so install rust from package manager instead of rustup - pkg_add git rust test_script: - # `test` fails because our tests have an MSRV of 1.70. - - cargo build + - cargo test