From b47fe21e3920cd8c0aae686cf59646d274fb46c8 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 19 Aug 2022 23:16:16 +1000 Subject: [PATCH] ci: only test on ubuntu Browser is what actually matter. --- .github/workflows/ci.yml | 5 +---- bors.toml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 849f7e85b8..29cd373044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,7 @@ env: jobs: build_and_test: - strategy: - matrix: - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2.3.3 diff --git a/bors.toml b/bors.toml index a5772cdb39..a2829db67e 100644 --- a/bors.toml +++ b/bors.toml @@ -1,5 +1,5 @@ status = [ - "build_and_test (ubuntu-latest)", + "build_and_test", "examples_build_and_test (eth-pm)", "examples_build_and_test (eth-pm-wallet-encryption)", "examples_build_and_test (relay-angular-chat)",