From bbd96d9afa44dba10952dad3661e74e8e12a03c7 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Fri, 19 Aug 2022 10:39:09 +0200 Subject: [PATCH] temporarily remove ci workflow --- .github/workflows/ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 845a8e9425..0000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -on: [pull_request] - -name: CI - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -env: - RUST_BACKTRACE: 1 - -jobs: - build-fmt-clippy-test: - name: fmt, clippy, test --release - runs-on: [self-hosted, i5-4690K] - timeout-minutes: 90 - env: - FORCE_COLOR: 1 - steps: - - uses: actions/checkout@v2 - with: - clean: "true" - - - name: Earthly version - run: earthly --version - - - name: install dependencies, build, run zig tests, rustfmt, clippy, cargo test --release - run: ./ci/safe-earthly.sh +test-all