Skip to content

Commit d26ed98

Browse files
authored
Update ci.yml
1 parent 7b96025 commit d26ed98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- aarch64
2222
steps:
2323
- uses: actions/checkout@v2
24-
- run: make
25-
- run: make test
24+
- name: Build and run tests
25+
run: make && make test
2626

2727
buildwindows:
2828
runs-on: ${{ matrix.os }}
@@ -49,4 +49,4 @@ jobs:
4949
run: |
5050
echo "CC=x86_64-w64-mingw32-gcc" >> "${GITHUB_ENV}"
5151
- name: Build and run tests
52-
run: make && make teset
52+
run: make && make test

0 commit comments

Comments
 (0)