From c54087f7a968dedeb4af0d13d1ad70b5cbc82289 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Thu, 11 Dec 2025 11:55:03 -0700 Subject: [PATCH 1/3] Add test.md --- test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.md diff --git a/test.md b/test.md new file mode 100644 index 0000000..5e1c309 --- /dev/null +++ b/test.md @@ -0,0 +1 @@ +Hello World \ No newline at end of file -- 2.51.2 From 4283deec7950dfb0762c981d3ca0ea2968d8575e Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Thu, 11 Dec 2025 11:56:11 -0700 Subject: [PATCH 2/3] Update .gitea/workflows/test-ci.yml --- .gitea/workflows/test-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.51.2 From f87457987dfd62d327546a7bcde71515dbfdb577 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Thu, 11 Dec 2025 11:58:19 -0700 Subject: [PATCH 3/3] Delete test.md --- test.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test.md diff --git a/test.md b/test.md deleted file mode 100644 index 5e1c309..0000000 --- a/test.md +++ /dev/null @@ -1 +0,0 @@ -Hello World \ No newline at end of file -- 2.51.2