From 6e01b81b26aca389a9745a01ebf2f07039c86808 Mon Sep 17 00:00:00 2001 From: Mingwei Zhang Date: Tue, 11 Jun 2024 13:19:56 -0700 Subject: [PATCH] add rust nightly to pipeline --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 2c9e264..60d3b8c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,7 +1,7 @@ name: codecov on: push: - branches: [main] + branches: [ main ] paths: - '**.rs' pull_request: @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Rust - run: rustup update stable + run: rustup update stable && rustup install nightly - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - name: Generate code coverage