Skip to content

Commit ef05da6

Browse files
committed
CI: build linux tests once
1 parent a59294c commit ef05da6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
mkdir test_artifact/test
5353
ls ./test
5454
for i in ./test/*.c; do
55-
mv -v "${i%%.*}" ./test_artifact/test/;
55+
cp "${i%%.*}" ./test_artifact/test/;
5656
done
57-
mv -v ./test/testcpp ./test_artifact/test/
57+
cp ./test/testcpp ./test_artifact/test/
5858
mv ./inst ./test_artifact/
5959
- uses: actions/upload-artifact@v7
6060
with:

0 commit comments

Comments
 (0)