diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c689b9..0af42b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - channel: [stable, nightly] + channel: [stable] #, nightly] steps: - uses: actions/checkout@v2 diff --git a/Justfile b/Justfile index 210f975..982d493 100644 --- a/Justfile +++ b/Justfile @@ -1,4 +1,4 @@ -prepare channel="nightly": +prepare channel="stable": #!/usr/bin/env bash test -d .build/nvim || { mkdir -p ./.build/nvim