Skip to content

Commit

Permalink
Support rustc-1.60 and following
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Apr 10, 2022
1 parent 696504d commit dd3b306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Install grcov
env:
LINK: https://github.com/mozilla/grcov/releases/download
GRCOV_VERSION: 0.7.1
GRCOV_VERSION: 0.8.7
run: |
curl -L "$LINK/v$GRCOV_VERSION/grcov-linux-x86_64.tar.bz2" |
curl -L "$LINK/v$GRCOV_VERSION/grcov-x86_64-unknown-linux-gnu.tar.bz2" |
tar xj -C $HOME/.cargo/bin
- name: Install nightly
Expand Down
3 changes: 1 addition & 2 deletions coverage.sh
@@ -1,8 +1,7 @@
export LLVM_PROFILE_FILE="cargo-c-%p-%m.profraw"
export RUSTFLAGS=-Zinstrument-coverage
export RUSTFLAGS=-Cinstrument-coverage
export CARGO_INCREMENTAL=0

rustup default nightly
rustup target add x86_64-pc-windows-gnu
cargo build
cargo test
Expand Down

0 comments on commit dd3b306

Please sign in to comment.