Skip to content

Commit

Permalink
enable UnitTest release build on ubuntu env
Browse files Browse the repository at this point in the history
  • Loading branch information
LanderlYoung committed Dec 11, 2021
1 parent 7e5df61 commit f4f1bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
backends: [ V8, JavaScriptCore, QuickJs, Lua, Empty ]
build_type:
- Debug
#- Release
- Release
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
backends: [ V8, JavaScriptCore, QuickJs, Lua, Empty ]
build_type:
- Debug
#- Release
- Release
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down

0 comments on commit f4f1bf4

Please sign in to comment.