aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-10-26 22:59:22 -0700
committerGitHub <[email protected]>2020-10-26 22:59:22 -0700
commit7867914958d4d6b8f92bed8291db9bd8c59038c4 (patch)
tree46eeafc04c2827f1e527c4a62e339f5891277b4d /.github
parentrepo: setup ci (diff)
downloaddep-core-next-7867914958d4d6b8f92bed8291db9bd8c59038c4.tar.xz
dep-core-next-7867914958d4d6b8f92bed8291db9bd8c59038c4.zip
chore: change workflow name and step name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7ae98f3..96e9f9c 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -1,4 +1,4 @@
-name: Rust
+name: Wisp CI
on:
push:
@@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- - name: Run tests
+ - name: Run Tests
run: cargo test --verbose