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'