Skip to content

Commit

Permalink
add rust nightly to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jun 11, 2024
1 parent 7b49056 commit 6e01b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: codecov
on:
push:
branches: [main]
branches: [ main ]
paths:
- '**.rs'
pull_request:
Expand All @@ -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
Expand Down

0 comments on commit 6e01b81

Please sign in to comment.