diff --git a/.gitea/workflows/test-ci.yml b/.gitea/workflows/test-ci.yml index 9aa5db9..e0dc790 100644 --- a/.gitea/workflows/test-ci.yml +++ b/.gitea/workflows/test-ci.yml @@ -1,10 +1,10 @@ -name: build +name: test on: pull_request: jobs: - build-amd64: + test-amd64: runs-on: [rust-latest, amd64-builder] steps: - name: System Info @@ -25,7 +25,7 @@ jobs: rustup component add clippy cargo clippy - build-arm64: + test-arm64: runs-on: [rust-latest, arm64-builder] steps: - name: System Info