Disables nightly clippy CI (#677)

This commit is contained in:
Jędrzej Stuczyński
2021-07-06 12:48:56 +01:00
committed by GitHub
parent 4a86b24ff5
commit cb33871934
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ jobs:
args: --all -- --check
- uses: actions-rs/cargo@v1
if: ${{ matrix.rust != 'nightly' }}
with:
command: clippy
args: -- -D warnings
+1
View File
@@ -38,6 +38,7 @@ jobs:
args: --manifest-path contracts/mixnet/Cargo.toml -- --check
- uses: actions-rs/cargo@v1
if: ${{ matrix.rust != 'nightly' }}
with:
command: clippy
args: --manifest-path contracts/mixnet/Cargo.toml -- -D warnings