summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull-request-checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull-request-checks.yml')
-rw-r--r--.github/workflows/pull-request-checks.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 3338394c..3b49a526 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -231,12 +231,6 @@ jobs:
# https://github.com/marketplace/actions/rust-cache
uses: Swatinem/rust-cache@v2
- - name: Cargo version
- uses: actions-rs/cargo@v1
- # https://github.com/marketplace/actions/rust-cargo
- with:
- command: version
-
- name: Cargo test
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo
@@ -266,12 +260,6 @@ jobs:
# https://github.com/marketplace/actions/rust-cache
uses: Swatinem/rust-cache@v2
- - name: Cargo version
- uses: actions-rs/cargo@v1
- # https://github.com/marketplace/actions/rust-cargo
- with:
- command: version
-
- name: Cargo build
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo