Skip to content

Commit

Permalink
Update test command in VSCode tasks to 'make unit_tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Oct 28, 2024
1 parent ff0b96b commit 9031dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"label": "Test",
"type": "shell",
"command": "make tests"
"command": "make unit_tests"
},
// make lint
{
Expand Down

0 comments on commit 9031dff

Please sign in to comment.