From f7e1e2c093d33ba23f316da2267983fc6d8bf572 Mon Sep 17 00:00:00 2001 From: rndquu Date: Mon, 4 Dec 2023 13:43:48 +0300 Subject: [PATCH] ci: update test workflow name --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f97bc23..811f62e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: test +name: Build and test on: push: @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true - name: Foundry project + name: Build and test runs-on: ubuntu-latest steps: - uses: actions/checkout@v4