Skip to content

Commit

Permalink
Update ci-test.sh (#85)
Browse files Browse the repository at this point in the history
This PR updates `ci-test.sh` which is used by MMTk core to test the
binding. We have done the change for the CI script for the `mmtk-julia`
repo in #79, but I forgot to
update `ci-test.sh`.
  • Loading branch information
qinsoon authored Aug 2, 2023
1 parent db49af4 commit 636f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cur=$(realpath $(dirname "$0"))

# Build release
cd $cur
./ci-build.sh release immix
./ci-build.sh release Immix

# Use release build to run tests
cd $cur
Expand Down

0 comments on commit 636f60a

Please sign in to comment.