mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Focus on bundling
This commit is contained in:
parent
667aa947e6
commit
08c7a499e5
1 changed files with 14 additions and 14 deletions
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
|
@ -15,22 +15,22 @@ env:
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
# tests:
|
||||||
name: Run tests
|
# name: Run tests
|
||||||
runs-on: self-hosted
|
# runs-on: self-hosted
|
||||||
steps:
|
# steps:
|
||||||
- name: Install Rust
|
# - name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
# uses: actions-rs/toolchain@v1
|
||||||
with:
|
# with:
|
||||||
toolchain: stable
|
# toolchain: stable
|
||||||
target: x86_64-apple-darwin
|
# target: x86_64-apple-darwin
|
||||||
profile: minimal
|
# profile: minimal
|
||||||
|
|
||||||
- name: Checkout repo
|
# - name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Run tests
|
# - name: Run tests
|
||||||
run: cargo test --no-fail-fast
|
# run: cargo test --no-fail-fast
|
||||||
|
|
||||||
bundle:
|
bundle:
|
||||||
name: Bundle app
|
name: Bundle app
|
||||||
|
|
Loading…
Reference in a new issue