0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

fixed issue #490

This commit is contained in:
Siddharth Tiwari 2024-01-21 12:22:15 +05:30
parent c25cd9c3fe
commit 99f0cf1113

View File

@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all
args: --all-targets --all-features --all
- name: Run cargo check
uses: actions-rs/cargo@v1
with: