Explorar el Código

CI: Test with native extension

Only run tests for subcommands that use the native extension
pull/2612/head
Ivan Pozdeev hace 1 año
padre
commit
f72c1712dc
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      .github/workflows/pyenv_tests.yml

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

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

Cargando…
Cancelar
Guardar