From 08c7a499e50a02b0d99afdf69f60f0ded1255b3e Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 17:51:48 -0600 Subject: [PATCH] Focus on bundling --- .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 3452cb6a306aed2aed3493b499c53ca428a18f84..cc1cef936de6f753078af03e0c530e6ef95b04de 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