summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-12 09:42:01 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-09-08 10:34:04 +0200
commitd6efcc13204c3d1fb6ba7f6e09e714b96a8b0f58 (patch)
tree47b2a212b19b71cdea50d43e7a036471aa17b9ea
parentf879a64a027e3eb45631b6d4a1f31a26017482ca (diff)
Remove dummy plugin build
We do only want to run tests in this job. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/workflows/pull-request-checks.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 5e616841..3338394c 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -237,13 +237,6 @@ jobs:
with:
command: version
- - name: Cargo build dummy plugin
- uses: actions-rs/cargo@v1
- # https://github.com/marketplace/actions/rust-cargo
- with:
- command: build
- args: -p tedge_dummy_plugin
-
- name: Cargo test
uses: actions-rs/cargo@v1
# https://github.com/marketplace/actions/rust-cargo