1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-14 00:02:17 +03:00
Files
zstd/.github/workflows/linux-kernel.yml
2020-09-09 14:35:57 -07:00

14 lines
268 B
YAML

name: linux-kernel
on:
pull_request:
branches: [ dev, master, actionsTest ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create linux kernel library + build + test
run: make -C contrib/linux-kernel test