Skip to content

Commit

Permalink
Test if returning a non-zero value from test_cqasm.js actually makes …
Browse files Browse the repository at this point in the history
…the GitHub Actions step fail.
  • Loading branch information
rturrado committed Mar 7, 2024
1 parent 8f96f79 commit e1e22be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emscripten/test_cqasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ wrapper().then(function(result) {
} else {
console.log("\nError: returning", ret_code.toString(16), "\n")
}
return ret_code
// return ret_code
return 1
});

0 comments on commit e1e22be

Please sign in to comment.