From f7e8e21d74348ba12ea2f842cc6a357d76df3611 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 21:57:07 -0600 Subject: [PATCH] Reenable tests --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4541d78b99..da5d631e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,22 +15,22 @@ env: CARGO_INCREMENTAL: 0 jobs: - # tests: - # name: Run tests - # runs-on: self-hosted - # steps: - # - name: Install Rust - # uses: actions-rs/toolchain@v1 - # with: - # toolchain: stable - # target: x86_64-apple-darwin - # profile: minimal + tests: + name: Run tests + runs-on: self-hosted + steps: + - name: Install Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + target: x86_64-apple-darwin + profile: minimal - # - name: Checkout repo - # uses: actions/checkout@v2 + - name: Checkout repo + uses: actions/checkout@v2 - # - name: Run tests - # run: cargo test --no-fail-fast + - name: Run tests + run: cargo test --no-fail-fast bundle: name: Bundle app