@@ -45,7 +45,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
- .
+ core -> ../target
tooling/cli
- name: build and install cli.rs
@@ -55,7 +55,7 @@ jobs:
tooling/bench/tests
- name: run benchmarks
@@ -70,6 +70,8 @@ jobs:
sudo apt-get install -y libgtk-3-dev
+ with:
+ workspaces: core -> ../target
- name: generate schema.json
uses: actions-rs/cargo@v1
@@ -35,7 +35,7 @@ jobs:
- name: build CLI
@@ -72,6 +72,8 @@ jobs:
components: clippy
- uses: actions-rs/clippy-check@v1
@@ -65,6 +65,8 @@ jobs:
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libayatana-appindicator3-dev librsvg2-dev patchelf
- name: test
run: |
@@ -142,7 +142,7 @@ jobs:
tooling/bundler