mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 15:53:45 -05:00
Simplify resolving symlinks, remove native extension (#1428)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -5,15 +5,13 @@ jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
native_ext: ['', '1']
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install bats
|
||||
run: git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||
- name: Run tests
|
||||
env:
|
||||
RBENV_NATIVE_EXT: ${{ matrix.native_ext }}
|
||||
run: PATH="./bats/bin:$PATH" test/run
|
||||
|
||||
Reference in New Issue
Block a user