mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
git clone here
This commit is contained in:
parent
b60b7b5a30
commit
b1af7c4e01
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
image: docker.io/asonix/rust-builder:latest-linux-amd64
|
||||
steps:
|
||||
- run: |
|
||||
git clone ${{ env.github_server_url }}/${{ env.github_repository }}
|
||||
git clone ${{ env.github_server_url }}/${{ env.github_repository }} .
|
||||
rustup component add clippy
|
||||
cargo clippy --no-default-features -- -D warnings
|
||||
cargo clippy --no-default-features --features io-uring -- -D warnings
|
||||
|
@ -22,5 +22,5 @@ jobs:
|
|||
image: docker.io/asonix/rust-builder:latest-linux-amd64
|
||||
steps:
|
||||
- run: |
|
||||
git clone ${{ env.github_server_url }}/${{ env.github_repository }}
|
||||
git clone ${{ env.github_server_url }}/${{ env.github_repository }} .
|
||||
cargo test
|
||||
|
|
Loading…
Reference in a new issue