瀏覽代碼

Add test.yaml

yhirose 6 年之前
父節點
當前提交
b97420f363
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      .github/workflows/test.yaml

+ 17 - 0
.github/workflows/test.yaml

@@ -0,0 +1,17 @@
+name: test
+
+on: [push, pull_request]
+
+jobs:
+  build:
+    runs-on: ${{ matrix.os }}
+
+    strategy:
+      matrix:
+        os: [macOS-latest, ubuntu-latest]
+
+    steps:
+    - name: checkout
+      uses: actions/checkout@master
+    - name: make
+      run: cd test && make