Skip to content

Commit

Permalink
Merge pull request #107 from nazar-pc/subspace-upgrade
Browse files Browse the repository at this point in the history
Subspace upgrade
  • Loading branch information
nazar-pc authored Feb 2, 2024
2 parents 0a8ec60 + c0dc0f6 commit 12f1eeb
Show file tree
Hide file tree
Showing 13 changed files with 1,625 additions and 2,115 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ jobs:
${{ runner.os }}-cargo-
- name: Build app (Linux and Windows)
run: cargo build --locked -Z build-std --target ${{ matrix.build.target }} --profile production
run: cargo -Zgitoxide -Zgit build --locked -Z build-std --target ${{ matrix.build.target }} --profile production
if: runner.os != 'macOS'

- name: Build app (macOS)
run: cargo build --locked -Z build-std --target ${{ matrix.build.target }} --profile production --no-default-features
run: cargo -Zgitoxide -Zgit build --locked -Z build-std --target ${{ matrix.build.target }} --profile production --no-default-features
if: runner.os == 'macOS'

# TODO: Package macOS
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
${{ runner.os }}-cargo-
- name: cargo clippy
run: cargo clippy --locked --all-targets -- -D warnings
run: cargo -Zgitoxide -Zgit clippy --locked --all-targets -- -D warnings

cargo-test:
strategy:
Expand Down Expand Up @@ -285,4 +285,4 @@ jobs:
tool: cargo-nextest

- name: cargo nextest run --locked
run: cargo nextest run --locked
run: cargo -Zgitoxide -Zgit nextest run --locked
Loading

0 comments on commit 12f1eeb

Please sign in to comment.