Remove broken test workflow

This commit is contained in:
Vitaliy Filippov 2023-04-26 22:57:30 +03:00
parent 64a443a5e2
commit 259c9ca561

View file

@ -1,16 +0,0 @@
name: Test
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test
run: make test