Skip to content

Commit bd1b5c5

Browse files
committed
ci: remove non needed --skip-fable-library
1 parent 4f155b2 commit bd1b5c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ jobs:
175175

176176
- name: Fable Tests - Python (linux)
177177
if: matrix.platform == 'ubuntu-latest'
178-
run: ./build.sh test python --skip-fable-library
178+
run: ./build.sh test python
179179

180180
- name: Fable Tests - Python (Windows)
181181
if: matrix.platform == 'windows-latest'
182-
run: .\build.bat test python --skip-fable-library
182+
run: .\build.bat test python
183183

184184
# Separate build job for Rust (will run in parallel)
185185
build-rust:
@@ -209,7 +209,7 @@ jobs:
209209
run: ./build.sh fable-library --rust
210210

211211
- name: Fable Tests - Rust
212-
run: ./build.sh test rust --skip-fable-library --${{ matrix.test }}
212+
run: ./build.sh test rust --${{ matrix.test }}
213213

214214
# Separate build job for Dart
215215
build-dart:

0 commit comments

Comments
 (0)