Skip to content

Commit

Permalink
update: workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysharma1 committed Jan 31, 2024
1 parent 22d7da6 commit dcea0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: unit-tests
name: tests

on:
push:
Expand All @@ -15,4 +15,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose
run: cargo test --verbose

0 comments on commit dcea0ad

Please sign in to comment.