mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Focus on bundling
This commit is contained in:
parent
667aa947e6
commit
08c7a499e5
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user