We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e7131 commit b22fc51Copy full SHA for b22fc51
1 file changed
.github/workflows/main.yml .github/workflows/unittest.yml.github/workflows/main.yml renamed to .github/workflows/unittest.yml
@@ -3,7 +3,7 @@ name: Unit test
3
on: [push, pull_request]
4
5
jobs:
6
- build:
+ unit_test:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
0 commit comments