@ -10,5 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}
restore-keys: |
cargo-${{ runner.os }}-
- name: Build
run: cargo build -p svg2gcode-cli
@ -29,6 +29,15 @@ jobs:
crate: grcov
version: 0.8.0
use-tool-cache: true
- uses: actions-rs/cargo@v1
command: build
@ -8,5 +8,14 @@ jobs:
run: cargo build -p svg2gcode-web