Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: langdev/rendezvous
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20feb5e98f6be31d3f8f7e6e6d391092602c1bfd
Choose a base ref
..
head repository: langdev/rendezvous
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fcac5e7ec49b8c350e0834fe3dbcf9149cca62f2
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 .circleci/config.yml
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ jobs:
curl -LO https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init
chmod +x rustup-init
./rustup-init -y --no-modify-path
rm rustup-init
echo 'export PATH=$HOME/.cargo/bin:$PATH' >> $BASH_ENV
- run:
# https://discuss.circleci.com/t/cargo-tarpaulin-fails/30215/3