Commit 259c9ca5 authored by Vitaliy Filippov's avatar Vitaliy Filippov
Browse files

Remove broken test workflow

parent 64a443a5
Loading
Loading
Loading
Loading

.github/workflows/test.yml

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
name: Test

on:
  push:
    tags:
    - "v*"

jobs:

  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2

    - name: Test
      run: make test