Skip to content

Commit

Permalink
Merge pull request #277 from SUSE/serde
Browse files Browse the repository at this point in the history
Adjust to relocation of the serde test suite
  • Loading branch information
dirkmueller authored Jul 27, 2023
2 parents 1dab834 + c6de240 commit 8242468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_cargo_version(auto_container):
),
GitRepositoryBuild(
repository_url="https://github.com/serde-rs/serde",
build_command="pushd serde && cargo build --features rc && cargo build --no-default-features && popd && pushd serde_test && cargo build && cargo test --features serde/derive,serde/rc",
build_command="pushd serde && cargo build --features rc && cargo build --no-default-features && popd && pushd test_suite && cargo build && cargo test --features serde/derive,serde/rc",
),
GitRepositoryBuild(
repository_url="https://github.com/bitflags/bitflags",
Expand Down

0 comments on commit 8242468

Please sign in to comment.