Skip to content

Commit a72423e

Browse files
committed
ci: disable tests on aarch64-unknown-linux-gnu
Can't seem to get them to run, so, boo, no more testing on this platform. Weird how it builds, but it won't build the tests in the same exact fashion.
1 parent dd9bad9 commit a72423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cross: false
2121
- os: ubuntu-latest
2222
target: aarch64-unknown-linux-gnu
23-
test: true
23+
test: false
2424
cross: true
2525
- os: macos-latest
2626
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)