Skip to content

Commit 5670c88

Browse files
authored
CI: Run tests for loongarch64-unknown-linux-gnu (#111)
1 parent 07713a0 commit 5670c88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
aarch64-unknown-linux-musl
5454
powerpc64le-unknown-linux-gnu
5555
armv5te-unknown-linux-gnueabi
56+
loongarch64-unknown-linux-gnu
5657
- run: cargo check --tests -vv
5758
- run: cargo check --tests -vv --target=x86_64-unknown-linux-musl
5859
- run: cargo check --tests -vv --target=x86_64-unknown-linux-gnux32
@@ -63,6 +64,7 @@ jobs:
6364
- run: cargo check --tests -vv --target=aarch64-unknown-linux-musl
6465
- run: cargo check --tests -vv --target=powerpc64le-unknown-linux-gnu
6566
- run: cargo check --tests -vv --target=armv5te-unknown-linux-gnueabi
67+
- run: cargo check --tests -vv --target=loongarch64-unknown-linux-gnu
6668

6769
gen:
6870
name: Update generated files

0 commit comments

Comments
 (0)