Set CARGO_INCREMENTAL=0 for CI builds.

This commit is contained in:
Orne Brocaar 2024-05-08 14:12:04 +01:00
parent 640a0f348e
commit 2e65c5baa9

View File

@ -7,6 +7,9 @@ on:
- 'v*'
pull_request:
env:
CARGO_INCREMENTAL: 0
jobs:
tests:
runs-on: ubuntu-latest