Skip to content

Commit

Permalink
Revert "chore: temp disable most ci"
Browse files Browse the repository at this point in the history
This reverts commit 9e8a81e.
  • Loading branch information
fzyzcjy committed Nov 29, 2023
1 parent dd26828 commit c30e143
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
# ----------------------------------- lint -----------------------------------

lint_rust:
if: false
name: 'Lint :: Rust'
runs-on: ubuntu-latest

Expand All @@ -50,7 +49,6 @@ jobs:
- run: ./frb_internal lint-rust

lint_dart:
if: false
name: 'Lint :: Dart'
runs-on: ubuntu-latest

Expand All @@ -68,7 +66,6 @@ jobs:
# ----------------------------------- codegen -----------------------------------

generate_run_frb_codegen_command_generate:
if: false
name: 'Generate :: Run FRB Codegen :: Command Generate'
runs-on: ${{ matrix.image }}

Expand Down Expand Up @@ -101,7 +98,6 @@ jobs:
- run: ./frb_internal generate-run-frb-codegen-command-generate --set-exit-if-changed --package ${{ matrix.package }}

generate_run_frb_codegen_command_integrate:
if: false
name: 'Generate :: Run FRB Codegen :: Command Integrate'
runs-on: ${{ matrix.image }}

Expand Down Expand Up @@ -133,7 +129,6 @@ jobs:
- run: ./frb_internal generate-run-frb-codegen-command-integrate --set-exit-if-changed --package ${{ matrix.package }}

generate_internal:
if: false
name: 'Generate :: Internal'
runs-on: ubuntu-latest

Expand All @@ -157,7 +152,6 @@ jobs:
# ----------------------------------- test -----------------------------------

test_rust:
if: false
name: 'Test :: Rust'
runs-on: ${{ matrix.image_and_version.image }}
strategy:
Expand Down Expand Up @@ -197,7 +191,6 @@ jobs:
- run: ./frb_internal test-rust

test_dart_native:
if: false
name: 'Test :: Dart :: Native'
runs-on: ${{ matrix.image }}
strategy:
Expand Down Expand Up @@ -236,7 +229,6 @@ jobs:
- run: ./frb_internal test-dart-native --package ${{ matrix.package }}

test_dart_web:
if: false
name: 'Test :: Dart :: Web'
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -282,7 +274,6 @@ jobs:
- run: ./frb_internal test-dart-web --package ${{ matrix.package }}

test_dart_valgrind:
if: false
name: 'Test :: Dart :: Valgrind'
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c30e143

Please sign in to comment.