Skip to content

Commit

Permalink
Adding grcov to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onihilist authored Jul 17, 2024
1 parent 55afbfd commit 60a791c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: RustyServer-CI

on:
push:
Expand Down Expand Up @@ -31,11 +31,6 @@ jobs:
lint-grcov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 60a791c

Please sign in to comment.