mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
ci: don't build all rust stuff
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c
|
||||
|
||||
- name: Build prisma-cli
|
||||
run: cargo build
|
||||
run: cargo build -p prisma-cli --release
|
||||
|
||||
- name: Build core-derive
|
||||
run: cargo build -p core-derive --release
|
||||
|
||||
Reference in New Issue
Block a user