Skip to content

Commit

Permalink
fix: execute rust unit tests in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Sep 23, 2024
1 parent 76731b3 commit d78a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rust-unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
build-type:
description: 'Type of build: release or debug.'
required: false
default: 'release'
default: 'debug'
enable-coverage:
description: 'Enable code coverage.'
required: false
Expand Down

0 comments on commit d78a3b7

Please sign in to comment.