Skip to content

Commit b22fc51

Browse files
committed
Rename workflow file
1 parent 10e7131 commit b22fc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml renamed to .github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Unit test
33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
unit_test:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:

0 commit comments

Comments
 (0)