From 1ae46617706f364d4fcebff97dc9c069c17871da Mon Sep 17 00:00:00 2001 From: bat52 Date: Fri, 3 Jan 2025 10:30:32 +0100 Subject: [PATCH] separate b1scad test --- .github/workflows/test.yml | 6 +++++- src/test.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 340b195..972c687 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,11 @@ jobs: # name: pylele_glb_out_${{ matrix.python-version }}_${{ matrix.os }} # path: build/LeleAllAssembly/LeleAllAssembly.glb # # compression-level: 0 # no compression - - name: test + - name: test_b1scad + run: | + python3 ./src/b1scad/test.py + continue-on-error: true + - name: test_pylele run: | source ./src/test.sh continue-on-error: true diff --git a/src/test.sh b/src/test.sh index 126828d..7c735bd 100644 --- a/src/test.sh +++ b/src/test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash SCRIPT_DIR=$(dirname "$(realpath "${BASH_SOURCE[0]}")") -time python3 $SCRIPT_DIR/b1scad/test.py +# time python3 $SCRIPT_DIR/b1scad/test.py time python3 $SCRIPT_DIR/pylele/test.py $@