diff --git a/.github/workflows/daemon-ci.yml b/.github/workflows/daemon-ci.yml index 13e454b1..35018fa3 100644 --- a/.github/workflows/daemon-ci.yml +++ b/.github/workflows/daemon-ci.yml @@ -24,6 +24,7 @@ defaults: jobs: test: + name: daemon-lint-and-test runs-on: ubuntu-latest steps: @@ -52,4 +53,4 @@ jobs: run: cargo test --lib - name: Build daemon (release) - run: cargo build --release --bin daemon \ No newline at end of file + run: cargo build --release --bin daemon