Skip to content

Commit

Permalink
Do not ignore cpp validation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Feb 22, 2022
1 parent 011e299 commit 1310354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ def validate(lang):
"cd %s" % config["languages"][lang]["src"],
"cmake -GNinja .",
"ninja -j1",
],
"failure": "ignore", # we need to fix the code generator
]
}
],
"go": [
Expand Down

0 comments on commit 1310354

Please sign in to comment.