From e528ce07df8fdcf73f2b829a28f8da35f2c1e7ae Mon Sep 17 00:00:00 2001 From: "Ethan P." Date: Thu, 26 Sep 2024 22:45:09 -0700 Subject: [PATCH] test --- .github/workflows/filecopymethod-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/filecopymethod-test.yml b/.github/workflows/filecopymethod-test.yml index 1f630d5..8fd6ddc 100644 --- a/.github/workflows/filecopymethod-test.yml +++ b/.github/workflows/filecopymethod-test.yml @@ -1,3 +1,5 @@ +name: FileCopyMethod + # Some platform-specific file copy syscalls (e.g. creating reflinks) are only # supported on some platforms, and only with specific filesystems. These # syscalls are used by different FileCopyMethod implementations. @@ -5,7 +7,6 @@ # This workflow sets up the conditions needed for those syscalls to work, # and then runs the tests with the different FileCopyMethods. -name: FileCopyMethod on: push: