mirror of
https://github.com/frej/fast-export.git
synced 2026-01-31 18:39:02 +01:00
github: enable tests
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user