remove redundant action (#120)

This commit is contained in:
Özgün Özerk
2024-02-20 13:57:17 +03:00
committed by GitHub
parent 0512516cdd
commit 7792b7d386
-3
View File
@@ -73,9 +73,6 @@ jobs:
- name: Run tests
run: cargo test --release
- name: Check build
run: cargo check --release
- name: Check clippy
run: cargo clippy --release --locked --all-targets -- -D warnings