diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 978f96f5c..f59a1e9a8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,7 +12,7 @@ env: jobs: tests: - name: Tests on ${{ matrix.os }} with ${{ matrix.rust }} + name: Tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/bors.toml b/bors.toml index 717fd69d1..9b75c79d5 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,7 @@ status = [ - 'Tests on ubuntu-18.04 with stable', - 'Tests on macos-latest with stable', - 'Tests on windows-latest with stable', + 'Tests on ubuntu-18.04', + 'Tests on macos-latest', + 'Tests on windows-latest', 'Run Rustfmt', ] # 3 hours timeout