Ver código fonte

CI: Test with native extension

Only run tests for subcommands that use the native extension
pull/2612/head
Ivan Pozdeev 3 anos atrás
pai
commit
f72c1712dc
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      .github/workflows/pyenv_tests.yml

+ 5
- 0
.github/workflows/pyenv_tests.yml Ver arquivo

@ -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

Carregando…
Cancelar
Salvar