Skip to content

Commit

Permalink
separate b1scad test
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Jan 3, 2025
1 parent 4a55edf commit 1ae4661
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test.sh
Original file line number Diff line number Diff line change
@@ -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 $@

0 comments on commit 1ae4661

Please sign in to comment.