diff --git a/projects/crates.io/rmz/package.yml b/projects/crates.io/rmz/package.yml index 484cb1cb..8b63339b 100644 --- a/projects/crates.io/rmz/package.yml +++ b/projects/crates.io/rmz/package.yml @@ -16,14 +16,15 @@ build: test: # there is some odd bug that seems to prevent the full test from running - # on linux/x86-64 runners, so we'll do a short one + # on linux/x86-64 runners always and aarch64 runners sometimes, + # so we'll do a short one # https://github.com/SUPERCILEX/fuc/issues/34 - run: | touch a rmz a test ! -f a exit - if: linux/x86-64 + if: linux - mkdir a - touch a/b - test -f a/b