You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Test apron octagon regression # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!)
60
-
run: ruby scripts/update_suite.rb group octagon -s
61
-
62
-
- name: Test apron affeq regression # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!)
63
-
run: ruby scripts/update_suite.rb group affeq -s
64
-
65
-
- name: Test apron regression (Mukherjee et. al SAS '17 paper') # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!)
66
-
run: ruby scripts/update_suite.rb group apron-mukherjee -s
67
-
68
-
- name: Test regression cram
69
-
run: opam exec -- dune runtest tests/regression
70
-
71
-
- name: Test incremental cram
72
-
run: opam exec -- dune runtest tests/incremental
73
-
74
-
- name: Test unit
75
-
run: opam exec -- dune runtest unittest
76
-
77
-
- name: Test incremental regression
78
-
run: ruby scripts/update_suite.rb -i
79
-
80
-
- name: Test incremental regression with cfg comparison
cache-to: type=gha,scope=build-${{ github.ref_name }},mode=max # max mode caches all layers for multi-stage image
70
72
71
73
- name: Check Docker image
72
74
run: docker run --rm -v $(pwd):/data ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }} /data/tests/regression/04-mutex/01-simple_rc.c # run image by version in case multiple tags
0 commit comments