CI: Test with native extension
Only run tests for subcommands that use the native extension
This commit is contained in:
parent
a7b181c3ca
commit
f72c1712dc
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
|
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
||||||
- run: |
|
- run: |
|
||||||
make test
|
make test
|
||||||
|
- env:
|
||||||
|
PYENV_NATIVE_EXT: 1
|
||||||
|
run: |
|
||||||
|
(cd src; ./configure; make)
|
||||||
|
bats/bin/bats test/{pyenv,hooks,versions}.bats
|
Loading…
x
Reference in New Issue
Block a user