We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07713a0 commit 5670c88Copy full SHA for 5670c88
1 file changed
.github/workflows/main.yml
@@ -53,6 +53,7 @@ jobs:
53
aarch64-unknown-linux-musl
54
powerpc64le-unknown-linux-gnu
55
armv5te-unknown-linux-gnueabi
56
+ loongarch64-unknown-linux-gnu
57
- run: cargo check --tests -vv
58
- run: cargo check --tests -vv --target=x86_64-unknown-linux-musl
59
- run: cargo check --tests -vv --target=x86_64-unknown-linux-gnux32
@@ -63,6 +64,7 @@ jobs:
63
64
- run: cargo check --tests -vv --target=aarch64-unknown-linux-musl
65
- run: cargo check --tests -vv --target=powerpc64le-unknown-linux-gnu
66
- run: cargo check --tests -vv --target=armv5te-unknown-linux-gnueabi
67
+ - run: cargo check --tests -vv --target=loongarch64-unknown-linux-gnu
68
69
gen:
70
name: Update generated files
0 commit comments