File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 61
61
if : matrix.os == 'ubuntu-latest'
62
62
- run : rustup component add rustfmt || echo "rustfmt not available"
63
63
64
- # Deny warnings on CI to avoid warnings getting into the codebase, and note
65
- # the `force-system-lib-on-osx` which is intended to fix compile issues on
66
- # OSX where compiling curl from source on OSX yields linker errors on Azure.
67
- #
68
- # Note that the curl issue is traced back to alexcrichton/curl-rust#279
69
- # where it looks like the OSX version we're actually running on is such that
70
- # a symbol is emitted that's never worked. For now force the system library
71
- # to be used to fix the link errors.
72
- - run : cargo test --features 'deny-warnings curl/force-system-lib-on-osx'
73
- - run : cargo test -p cargo-test-support
64
+ # Deny warnings on CI to avoid warnings getting into the codebase.
65
+ - run : cargo test --features 'deny-warnings'
66
+ - run : cargo test --features 'deny-warnings' -p cargo-test-support
74
67
- run : cargo test -p cargo-platform
75
68
76
69
resolver :
You can’t perform that action at this time.
0 commit comments