github: enable tests

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2023-03-13 19:43:23 -06:00
parent 153ba2a5c1
commit fd6ba361c6

12
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install sharness
run:
git clone --depth 1 https://github.com/felipec/sharness.git t/sharness
- run: SHARNESS_TEST_SRCDIR=t/sharness t/main.t