We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--skip-fable-library
1 parent 4f155b2 commit bd1b5c5Copy full SHA for bd1b5c5
1 file changed
.github/workflows/build.yml
@@ -175,11 +175,11 @@ jobs:
175
176
- name: Fable Tests - Python (linux)
177
if: matrix.platform == 'ubuntu-latest'
178
- run: ./build.sh test python --skip-fable-library
+ run: ./build.sh test python
179
180
- name: Fable Tests - Python (Windows)
181
if: matrix.platform == 'windows-latest'
182
- run: .\build.bat test python --skip-fable-library
+ run: .\build.bat test python
183
184
# Separate build job for Rust (will run in parallel)
185
build-rust:
@@ -209,7 +209,7 @@ jobs:
209
run: ./build.sh fable-library --rust
210
211
- name: Fable Tests - Rust
212
- run: ./build.sh test rust --skip-fable-library --${{ matrix.test }}
+ run: ./build.sh test rust --${{ matrix.test }}
213
214
# Separate build job for Dart
215
build-dart:
0 commit comments