Skip to content

Commit 06d7773

Browse files
committed
reorder cargo flags for consistency
1 parent aad47db commit 06d7773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build: false
3737
test_script:
3838
- set RUSTFLAGS=-g
3939
- set RUST_BACKTRACE=1
40-
- cargo build --release --all-targets --all-features
40+
- cargo build --release --all-features --all-targets
4141
- cargo test --release --all-features
4242
- set MIRI_SYSROOT=%USERPROFILE%\.xargo\HOST
4343
- cargo test --release --all-features

0 commit comments

Comments
 (0)