From e46f62058b636b342a78c5f29166812faed8126b Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 16 Aug 2023 23:41:57 +0200 Subject: [PATCH] fix: workspace and ci --- .github/workflows/ci.yml | 5 +++-- Cargo.toml | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) 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"