Skip to content

Commit

Permalink
factors: Add simple CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lann Martin <[email protected]>
  • Loading branch information
lann committed Jul 19, 2024
1 parent b8a812d commit ba0a858
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/factors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# TODO: 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

0 comments on commit ba0a858

Please sign in to comment.