From fe902ed1e4851973366e17f1ef9f03574a1d2cad Mon Sep 17 00:00:00 2001 From: max-ishere <47008271+max-ishere@users.noreply.github.com> Date: Sat, 27 Jan 2024 17:09:37 +0200 Subject: [PATCH] ci --- .github/workflow/cargo-test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflow/cargo-test.yml b/.github/workflow/cargo-test.yml index d6997fe..edd31d1 100644 --- a/.github/workflow/cargo-test.yml +++ b/.github/workflow/cargo-test.yml @@ -2,14 +2,16 @@ name: Cargo test on: push: + branches: [master] pull_request: + workflow_dispatch: env: CARGO_TERM_COLOR: always jobs: - build: - + test: + name: Test runs-on: ubuntu-latest steps: