Browse Source

Run minitest from /tmp

test_fixup
Vadim Lebedev 2 years ago
parent
commit
13180b370b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/build-wheels.yaml

+ 2
- 1
.github/workflows/build-wheels.yaml View File

@@ -66,8 +66,9 @@ jobs:
auditwheel repair dist/*.whl
python3 -m pip install --force-reinstall wheelhouse/*.whl

- name: Minit test
- name: Mini test
run: |
cd /tmp
strace -e open,openat python3 -c 'import libarchive; print(libarchive._libarchive.ARCHIVE_VERSION_STRING.split()[1])' \
| tee strace.out


Loading…
Cancel
Save