Skip to content

Commit

Permalink
fix test target typo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 19, 2024
1 parent fad8e19 commit 4e2f162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: chmod u+x build.sh
- name: Build and test
working-directory: ./
run: ./build.sh runtest
run: ./build.sh runtests

build-and-test-windows:

Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
run: chmod u+x build.sh
- name: Build and test
working-directory: ./
run: ./build.sh runtest
run: ./build.sh runtests

0 comments on commit 4e2f162

Please sign in to comment.