mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
CI: Test with native extension
Only run tests for subcommands that use the native extension
This commit is contained in:
parent
a7b181c3ca
commit
f72c1712dc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pyenv_tests.yml
vendored
5
.github/workflows/pyenv_tests.yml
vendored
|
@ -42,3 +42,8 @@ jobs:
|
|||
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
||||
- run: |
|
||||
make test
|
||||
- env:
|
||||
PYENV_NATIVE_EXT: 1
|
||||
run: |
|
||||
(cd src; ./configure; make)
|
||||
bats/bin/bats test/{pyenv,hooks,versions}.bats
|
Loading…
Reference in a new issue