1
0
mirror of https://github.com/wg/wrk synced 2026-05-15 01:42:35 +08:00
Files
2021-02-07 15:54:17 +09:00

18 lines
273 B
YAML

name: build
on:
push:
jobs:
build:
runs-on: ${{ matrix.builder }}
strategy:
matrix:
builder: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: build
run: make