From f9fae71d4e5f1dc10f60ad4b4a2fb00d8132e447 Mon Sep 17 00:00:00 2001 From: Michael Lohr Date: Sat, 11 Sep 2021 20:18:52 +0200 Subject: [PATCH] Kontinuierliche Integration verbessert --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4e0b19..4d22ae4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Rust +name: "Kontinuierliche Integration" on: push: @@ -8,7 +8,6 @@ on: jobs: ci: - name: "Kontinuierliche Integration" runs-on: ubuntu-latest env: RUST_BACKTRACE: 1