瀏覽代碼

CI: Test with native extension

Only run tests for subcommands that use the native extension
pull/2612/head
Ivan Pozdeev 3 年之前
父節點
當前提交
f72c1712dc
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      .github/workflows/pyenv_tests.yml

+ 5
- 0
.github/workflows/pyenv_tests.yml 查看文件

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

Loading…
取消
儲存