ci: disable incremental compilation (#140)

This commit is contained in:
Takayuki Maeda 2022-03-15 22:53:19 +09:00 committed by GitHub
parent 952c4134c3
commit f9ee8ec2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
lints: