Skip to content

Commit

Permalink
[unity]加入threadsafe版本plugin的测试
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 13, 2024
1 parent 53a6b18 commit 9b2ceb4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/unity_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
run: |
cd unity/test/dotnet
node ../../cli dotnet-test mult -sq
- name: UnitTest-v8-ts
run: |
cd unity/test/dotnet
node ../../cli dotnet-test v8_9.4 -ts
unittest-osx-dotnet:
runs-on: macos-latest
Expand Down Expand Up @@ -120,6 +124,10 @@ jobs:
run: |
cd unity/test/dotnet
node ../../cli dotnet-test mult -sq
- name: UnitTest-v8-ts
run: |
cd unity/test/dotnet
node ../../cli dotnet-test v8_9.4 -ts
unittest-linux-dotnet:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -163,4 +171,8 @@ jobs:
- name: UnitTest-mult-v8-qjs
run: |
cd unity/test/dotnet
node ../../cli dotnet-test mult -sq
node ../../cli dotnet-test mult -sq
- name: UnitTest-v8-ts
run: |
cd unity/test/dotnet
node ../../cli dotnet-test v8_9.4 -ts

0 comments on commit 9b2ceb4

Please sign in to comment.