Skip to content

Commit

Permalink
[unity]添加多虚拟机版本v8部分的ut
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Mar 25, 2024
1 parent 96d5214 commit fb245b9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/unity_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
run: |
cd unity/test/dotnet
node ../../cli dotnet-test quickjs
- name: UnitTest-mult
run: |
cd unity/test/dotnet
node ../../cli dotnet-test mult
unittest-osx-dotnet:
runs-on: macos-latest
Expand All @@ -88,8 +92,11 @@ jobs:
run: |
cd unity/test/dotnet
node ../../cli dotnet-test nodejs_16
- name: UnitTest-quickjs
run: |
cd unity/test/dotnet
node ../../cli dotnet-test quickjs
node ../../cli dotnet-test quickjs
- name: UnitTest-mult
run: |
cd unity/test/dotnet
node ../../cli dotnet-test mult

0 comments on commit fb245b9

Please sign in to comment.