Skip to content

Commit

Permalink
try using build-arm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 27, 2024
1 parent 0c7d709 commit abfcc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
run: cargo build --release

# Run tests in release mode to reduce the need for rebuilds.
- name: Test Rust dependencies
run: cargo nextest run --release
# - name: Test Rust dependencies
# run: cargo nextest run --release

- name: Ensure git ownership check does not lead to compiler error
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit abfcc56

Please sign in to comment.