diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0129c8c..8296f68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,9 @@ jobs: matrix: toolchain: - stable - - beta - - nightly + # - beta + # - nightly + # disable other toolchains to save on github runners steps: - uses: actions/checkout@v3 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} diff --git a/Cargo.toml b/Cargo.toml index 0e6edc6..f57700e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,3 @@ -[workspace] -members = ["client/nvim", "client/vscode", "server"] - [package] name = "codemp" version = "0.3.1"