diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f63ba43..dc182e9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -name: Rust +name: RustyServer-CI on: push: @@ -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