Skip to content

Commit 6453101

Browse files
committed
m
1 parent 0429751 commit 6453101

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/library_rust_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ jobs:
9797
CORES=$(node -e 'console.log(os.cpus().length)')
9898
make transpile_rust TRANSPILE_TESTS_IN_RUST=1 CORES=$CORES
9999
100-
- name: Rustfmt Check
101-
uses: actions-rust-lang/rustfmt@v1
102-
working-directory: ./${{ matrix.library }}/runtimes/rust
103-
104100
- name: Copy ${{ matrix.library }} Vector Files
105101
if: ${{ matrix.library == 'TestVectors' }}
106102
shell: bash

0 commit comments

Comments
 (0)