git clone here
All checks were successful
/ clippy (push) Successful in 2m19s
/ tests (push) Successful in 2m30s

This commit is contained in:
asonix 2024-02-06 21:58:49 -06:00
parent b60b7b5a30
commit b1af7c4e01

View file

@ -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