From 435a21ade9c92a458186961e28c5c08e60ad8266 Mon Sep 17 00:00:00 2001 From: FxQnLr <39925636+FxQnLr@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:08:23 +0200 Subject: Update pull_request.yml --- .github/workflows/pull_request.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 40a7490..4466d7c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,4 @@ -name: build +name: check on: pull_request: @@ -25,12 +25,17 @@ jobs: components: rustfmt, clippy override: true - - name: Run cargo check + - name: run cargo check uses: actions-rs/cargo@v1 with: command: check - - name: Run Clippy + - name: run clippy uses: actions-rs/cargo@v1 with: command: clippy + + - name: run test + uses: actions-rs/cargo@v1 + with: + command: test -- cgit v1.2.3