Skip to content

Commit

Permalink
CI: Run tests for loongarch64-unknown-linux-gnu (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher authored Mar 11, 2024
1 parent 07713a0 commit 5670c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
aarch64-unknown-linux-musl
powerpc64le-unknown-linux-gnu
armv5te-unknown-linux-gnueabi
loongarch64-unknown-linux-gnu
- run: cargo check --tests -vv
- run: cargo check --tests -vv --target=x86_64-unknown-linux-musl
- run: cargo check --tests -vv --target=x86_64-unknown-linux-gnux32
Expand All @@ -63,6 +64,7 @@ jobs:
- run: cargo check --tests -vv --target=aarch64-unknown-linux-musl
- run: cargo check --tests -vv --target=powerpc64le-unknown-linux-gnu
- run: cargo check --tests -vv --target=armv5te-unknown-linux-gnueabi
- run: cargo check --tests -vv --target=loongarch64-unknown-linux-gnu

gen:
name: Update generated files
Expand Down

0 comments on commit 5670c88

Please sign in to comment.