Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Feb 1, 2024
1 parent ac86d8d commit 4038a03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
toolchain: stable
override: true

- name: Lint Rust codes
run: |
cargo clippy
- name: Build and Check Rust unit tests and harness tests all pass
run: |
make build
Expand All @@ -50,3 +46,7 @@ jobs:
pip3 install -r requirements.txt
make test
cd ../../
- name: Lint Rust codes
run: |
cargo clippy

0 comments on commit 4038a03

Please sign in to comment.