Skip to content

Commit 49db4e4

Browse files
committed
fix syntax error caused by commenting out some lines
1 parent c0b89c4 commit 49db4e4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ test_script:
4747
cargo build --target %TARGET% &&
4848
cargo build --target %TARGET% --release &&
4949
cargo test --target %TARGET% &&
50-
cargo test --target %TARGET% --release &&
51-
# cargo run --target %TARGET% &&
52-
# cargo run --target %TARGET% --release
50+
cargo test --target %TARGET% --release
5351
)
5452

5553
before_deploy:

0 commit comments

Comments
 (0)