Skip to content

Commit b4f9554

Browse files
committed
Remove monadify commands.
1 parent 8cf0b37 commit b4f9554

File tree

13 files changed

+9
-2104
lines changed

13 files changed

+9
-2104
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -469,40 +469,6 @@ jobs:
469469
publish_dir: gh-pages
470470
keep_files: true
471471

472-
mr-solver-tests:
473-
needs: [build]
474-
strategy:
475-
fail-fast: false
476-
matrix:
477-
os: [ubuntu-24.04, macos-14]
478-
runs-on: ${{ matrix.os }}
479-
steps:
480-
- uses: actions/checkout@v4
481-
with:
482-
submodules: true
483-
484-
- shell: bash
485-
run: .github/ci.sh install_system_deps
486-
env:
487-
BUILD_TARGET_OS: ${{ matrix.os }}
488-
BUILD_TARGET_ARCH: ${{ runner.arch }}
489-
490-
- uses: actions/download-artifact@v4
491-
with:
492-
name: "${{ matrix.os }}-bins"
493-
path: dist/bin
494-
495-
- name: Update PATH to include SAW
496-
shell: bash
497-
run: |
498-
chmod +x dist/bin/*
499-
echo $GITHUB_WORKSPACE/dist/bin >> $GITHUB_PATH
500-
501-
- working-directory: examples/mr_solver
502-
shell: bash
503-
run: |
504-
saw monadify.saw
505-
506472
heapster-tests:
507473
needs: [build]
508474
strategy:

0 commit comments

Comments
 (0)