Commit a2a10893 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

wip(ci): Install tarpaulin with cargo

parent ad9fc8ab
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@ test:
    default: true
    variables: true
  script:
    - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
    - cargo binstall cargo-tarpaulin --no-discover-github-token --no-confirm
    - cargo install cargo-tarpaulin
    - cargo test

build-release: