Skip to content

Commit

Permalink
Use -v in cargo build
Browse files Browse the repository at this point in the history
This will show "macos (macos-latest, 3.11, 1.49.0)" CI errors.
  • Loading branch information
quark-zju committed Jul 1, 2024
1 parent fad7875 commit 57c9fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python27-sys/build.rs: python3-sys/build.rs
cat "$<" >> "$@"

build: src/py_class/py_class_impl2.rs src/py_class/py_class_impl3.rs python27-sys/build.rs
cargo build $(CARGO_FLAGS)
cargo build -v $(CARGO_FLAGS)

test: build
cargo test $(CARGO_FLAGS)
Expand Down

0 comments on commit 57c9fdc

Please sign in to comment.