mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
clippy ci
This commit is contained in:
parent
a561cbaf64
commit
97fbb100a2
2 changed files with 16 additions and 3 deletions
|
|
@ -46,6 +46,9 @@
|
|||
check = hostNaersk.buildPackage (nearskOpt // {
|
||||
checkOnly = true;
|
||||
});
|
||||
clippy = hostNaersk.buildPackage (nearskOpt // {
|
||||
clippyOnly = true;
|
||||
});
|
||||
test = hostNaersk.buildPackage (nearskOpt // {
|
||||
release = false;
|
||||
testOnly = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue