Disable incremental compilation and debug info

pull/18/head
Dominik Nakamura 3 years ago
parent ff44dfe708
commit 230b9bd03b
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -1,5 +1,8 @@
name: CI
on: [pull_request, push]
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0 -D warnings"
jobs:
check:
name: Feature check

Loading…
Cancel
Save