From 8f568a8ea3a4ce1afc60927d92b8a2044b13e25f Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Thu, 12 Aug 2021 19:03:36 -0400 Subject: [PATCH] lib: move -p svg2gcode to args --- .github/workflows/lib.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index f235688..5d674e7 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -31,7 +31,8 @@ jobs: use-tool-cache: true - uses: actions-rs/cargo@v1 with: - command: build -p svg2gcode + command: build + args: -p svg2gcode env: RUSTFLAGS: '-Zinstrument-coverage' RUSTDOCFLAGS: '-Zinstrument-coverage'