diff options
| author | Fuwn <[email protected]> | 2020-10-26 22:59:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-26 22:59:22 -0700 |
| commit | 7867914958d4d6b8f92bed8291db9bd8c59038c4 (patch) | |
| tree | 46eeafc04c2827f1e527c4a62e339f5891277b4d /.github | |
| parent | repo: setup ci (diff) | |
| download | dep-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.yml | 4 |
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 |