From f267d839197732a0bb5e3f218dd1ce84fc5decb5 Mon Sep 17 00:00:00 2001 From: Andi Date: Sat, 4 May 2024 19:23:20 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 000bb2c..22aa2c1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,7 +2,7 @@ name: Rust on: push: - branches: [ "master" ] + branches: [ "gh_actions" ] pull_request: branches: [ "master" ] @@ -11,12 +11,8 @@ env: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - - name: Build - run: cargo build --verbose - name: Run tests - run: cargo test --verbose + run: cargo test --release -- --nocapture