fix: workspace and ci

This commit is contained in:
əlemi 2023-08-16 23:41:57 +02:00
parent b415ba76e6
commit e46f62058b
2 changed files with 3 additions and 5 deletions

View file

@ -17,8 +17,9 @@ jobs:
matrix: matrix:
toolchain: toolchain:
- stable - stable
- beta # - beta
- nightly # - nightly
# disable other toolchains to save on github runners
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}

View file

@ -1,6 +1,3 @@
[workspace]
members = ["client/nvim", "client/vscode", "server"]
[package] [package]
name = "codemp" name = "codemp"
version = "0.3.1" version = "0.3.1"