From c59513eb28d886872b65a59cbbfeb9c0ff5777a7 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 24 Aug 2020 13:34:59 -0600 Subject: [PATCH] Minor adjustments for CI --- .github/workflows/ci.yml | 4 +++- rust-toolchain | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 rust-toolchain diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b621655..4bc6019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + # We don't need to test across multiple platforms yet + # os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest] steps: - uses: actions/checkout@v1 diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 9206354..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -1.45 \ No newline at end of file