From 73ebee64a97d87866cd8fce54bc06ebe9f81bb39 Mon Sep 17 00:00:00 2001 From: owenthewizard Date: Thu, 14 Nov 2024 01:09:42 -0600 Subject: [PATCH] Rename gha workflow --- .github/workflows/rust_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yml b/.github/workflows/rust_ci.yml index 11a94a5..0e09071 100644 --- a/.github/workflows/rust_ci.yml +++ b/.github/workflows/rust_ci.yml @@ -1,4 +1,4 @@ -name: Rust Continuous Integration +name: Continuous Integration env: RUSTFLAGS: -Dwarnings CARGO_TERM_COLOR: always