Skip to content

Commit 4fe69c6

Browse files
authored
ci: refactor kcl test scripts for different target os (#1861)
Signed-off-by: Peefy <[email protected]>
1 parent 9420222 commit 4fe69c6

12 files changed

+12
-61
lines changed

.github/workflows/build-test-alpine-linux-musl-arm64.yml renamed to .github/workflows/alpine_linux_musl_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test Musl
1+
name: Build and Test on Alpine Linux Musl
22
on:
33
pull_request:
44
branches:
@@ -55,4 +55,4 @@ jobs:
5555
with:
5656
name: kcl-${{ env.VERSION }}-linux-musl
5757
if-no-files-found: error
58-
path: _build/kclvm-${{ env.VERSION }}-linux-amd64.tar.gz
58+
path: _build/kclvm-${{ env.VERSION }}-linux-amd64.tar.gz

.github/workflows/build-test-ubuntu-arm64.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/macos_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test-macos
1+
name: Build and Test on MacOS AMD64
22
on:
33
pull_request:
44
branches:

.github/workflows/ubuntu_test_arm.yaml renamed to .github/workflows/ubuntu_arm_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test-ubuntu-arm
1+
name: Build and Test on Linux ARCH64
22
on:
33
push:
44
branches:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install rust nightly toolchain
3333
uses: actions-rs/toolchain@v1
3434
with:
35-
toolchain: 1.79
35+
toolchain: 1.83
3636
override: true
3737
components: clippy, rustfmt
3838
- name: Code format check

.github/workflows/ubuntu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test-ubuntu
1+
name: Build and Test on Linux AMD64
22
on:
33
pull_request:
44
branches:

.github/workflows/wasm_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test-wasm
1+
name: Build and Test on WASM WASI
22
on:
33
pull_request:
44
branches:

.github/workflows/mingw_test.yaml renamed to .github/workflows/windows_mingw_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test-windows-mingw
1+
name: Build and Test on Windows Mingw
22
on:
33
pull_request:
44
branches:

0 commit comments

Comments
 (0)