Skip to content

Commit

Permalink
Fix cargo test. more debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 28, 2024
1 parent f36d346 commit ae58975
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scripts/build-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ cargo -V
# Build Rust binaries
cargo build --release

cargo test run --release
cargo test --release

ls -al target/
ls -al target/release

# Now do Haskell things
./.github/workflows/scripts/build.sh "$RUNNER_OS" "$PROJECT_FILE"

0 comments on commit ae58975

Please sign in to comment.