Merge pull request #2754 from lann/factors-fix-tests #143
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TODO(factors): remove after factors branch passes regular CI | |
name: Factors | |
on: | |
push: | |
branches: ["factors"] | |
pull_request: | |
branches: ["factors"] | |
jobs: | |
factors-tests: | |
runs-on: ubuntu-22.04-4core-spin | |
steps: | |
- uses: actions/checkout@v3 | |
- name: setup dependencies | |
uses: ./.github/actions/spin-ci-dependencies | |
with: | |
rust: true | |
rust-wasm: true | |
rust-cache: true | |
- name: Run factors tests | |
run: ./run-factors-tests.sh |