We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a5bb2 commit 8be24beCopy full SHA for 8be24be
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,8 @@ jobs:
23
fail-fast: false
24
matrix:
25
os: [ubuntu-latest, windows-latest, macos-latest]
26
- oscript_version: [stable, default]
+ oscript_version: [default]
27
with:
28
test_engine: oneunit
29
+ test_recursive: true
30
oscript_version: ${{ matrix.oscript_version }}
0 commit comments