Merge branch 'release' into 'master'

Use Cargo release flag

See merge request Librem5/squeekboard!256
This commit is contained in:
David Boddie
2019-11-29 15:33:00 +00:00
6 changed files with 49 additions and 22 deletions

View File

@ -62,7 +62,7 @@ foreach layout : [
test(
'test_layout_' + layout,
cargo_script,
args: ['', 'run', '--example', 'test_layout', layout]
args: ['run', '--example', 'test_layout', layout]
)
endforeach