From e7d6cd34a4deb26724765de8d96f5930cda39e32 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 4 Mar 2021 16:08:30 +0300 Subject: move tests to Sourcehut --- .github/workflows/main.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/main.yml (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 9b94dfc0..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: test - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Run tests. - run: make test -- cgit v1.2.3