Skip to content

Commit dfa8739

Browse files
committed
Rename CI workflow
1 parent 625e0a4 commit dfa8739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml renamed to .github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
unit_tests:
15-
name: unit tests
14+
tests:
15+
name: tests
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)