Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
241
Wiki
Attività
Sfoglia il codice sorgente
CI: Test with native extension
Only run tests for subcommands that use the native extension
pull/2612/head
Ivan Pozdeev
3 anni fa
parent
a7b181c3ca
commit
f72c1712dc
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+5
-0
.github/workflows/pyenv_tests.yml
+ 5
- 0
.github/workflows/pyenv_tests.yml
Vedi File
@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva