Skip to content

Commit

Permalink
Merge branch 'main' into iter-range
Browse files Browse the repository at this point in the history
  • Loading branch information
qazxcdswe123 authored Jun 18, 2024
2 parents d71f5f0 + 5a61044 commit 9fd37bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
moon fmt
git diff --exit-code
coverage-check-bleeding:
coverage-check:
runs-on: macos-14
continue-on-error: true
steps:
- uses: actions/checkout@v4

- name: install
run: |
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s bleeding
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
echo "$HOME/.moon/bin" >> $GITHUB_PATH
- name: moon test
Expand Down

0 comments on commit 9fd37bd

Please sign in to comment.