Skip to content

Commit f193008

Browse files
committed
Run tests in the CI
1 parent a90bbfa commit f193008

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
run: |
1515
sudo apt-get update
1616
sudo apt-get install build-essential
17-
- name: Build
17+
- name: Test
1818
run: |
19-
make libbinding.a
19+
make test
2020
2121
macOS-latest:
2222
runs-on: macOS-latest
@@ -32,6 +32,6 @@ jobs:
3232
brew update
3333
brew install sdl2
3434
35-
- name: Build
35+
- name: Test
3636
run: |
37-
make libbinding.a
37+
make test

0 commit comments

Comments
 (0)