From 259c9ca5612b4474beb1238ede3329bbb6788728 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 26 Apr 2023 22:57:30 +0300 Subject: [PATCH] Remove broken test workflow --- .github/workflows/test.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index c0718c5..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -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