mirror of
https://github.com/mayanayza/netvisor.git
synced 2025-12-10 08:24:08 -06:00
Rename test job to daemon-lint-and-test
This commit is contained in:
3
.github/workflows/daemon-ci.yml
vendored
3
.github/workflows/daemon-ci.yml
vendored
@@ -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
|
||||
run: cargo build --release --bin daemon
|
||||
|
||||
Reference in New Issue
Block a user