mirror of
https://github.com/arnaucube/testudo.git
synced 2026-01-12 08:41:29 +01:00
fix transcript inconsistency
This commit is contained in:
6
.github/workflows/testudo.yml
vendored
6
.github/workflows/testudo.yml
vendored
@@ -21,8 +21,8 @@ jobs:
|
||||
run: rustup default nightly
|
||||
- name: Install rustfmt Components
|
||||
run: rustup component add rustfmt
|
||||
- name: Install clippy
|
||||
run: rustup component add clippy
|
||||
# - name: Install clippy
|
||||
# run: rustup component add clippy
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
@@ -32,6 +32,6 @@ jobs:
|
||||
- name: Check Rustfmt Code Style
|
||||
run: cargo fmt --all -- --check
|
||||
# cargo clippy uses cargo check which returns an error when asm is emitted
|
||||
# we want to emit asm for ff operations so we avoid using clippy for now
|
||||
# we want to emit asm for ark-ff operations so we avoid using clippy for # now
|
||||
# - name: Check clippy warnings
|
||||
# run: cargo clippy --all-targets --all-features
|
||||
|
||||
Reference in New Issue
Block a user