Skip to content

Commit

Permalink
feat(#6): fakehub-server features
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 25, 2024
1 parent 22f453a commit 0af2b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ release:
sed -i -e "s/^name = \"openapi\"/name = \"github-mirror\"/" github-mirror/Cargo.toml
sed -i -e "s/^version = \".*\"/version = \"${tag}\"/" github-mirror/Cargo.toml
sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"${tag}\" }/" server/Cargo.toml
sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\", features = [\"mirror_release\"] }/" cli/Cargo.toml
cargo build --features "mirror_release"
cargo --color=never test --features "mirror_release"
cargo +nightly fmt --check -- --color=never
Expand Down

0 comments on commit 0af2b49

Please sign in to comment.