Skip to content

Commit 5c24658

Browse files
committed
ci: Run tests also on i686
Related: #282 Signed-off-by: Jakub Jelen <[email protected]>
1 parent 68813c6 commit 5c24658

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ RUST_BACKTRACE=1 cargo build --target aarch64-apple-darwin
3838
RUST_BACKTRACE=1 cargo build --target x86_64-unknown-freebsd
3939

4040
RUST_BACKTRACE=1 cargo test
41+
42+
# test also on i668
43+
RUST_BACKTRACE=1 cargo test --target i686-unknown-linux-gnu

0 commit comments

Comments
 (0)