mirror of
https://github.com/frej/fast-export.git
synced 2026-01-15 10:42:04 +01:00
13 lines
278 B
YAML
13 lines
278 B
YAML
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
|