This commit is contained in:
Jacob Heider 2024-06-20 12:44:19 -04:00
parent 412a6db4dd
commit 57638b8d95
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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