Parcourir la source

CI: Test with native extension

Only run tests for subcommands that use the native extension
pull/2612/head
Ivan Pozdeev il y a 1 an
Parent
révision
f72c1712dc
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      .github/workflows/pyenv_tests.yml

+ 5
- 0
.github/workflows/pyenv_tests.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer