We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21780da commit 4bc48ffCopy full SHA for 4bc48ff
.github/workflows/ci.yml
@@ -34,7 +34,9 @@ jobs:
34
env:
35
PLT_TR_CONTRACTS: 1
36
- run: racket -l typed-racket-test -- --unit
37
- - run: racket -l typed-racket-test -- --int
+ - run: racket -l typed-racket-test -- --int --excl with-linear-integer-arith2.rkt
38
+ - run: racket -l typed-racket-test -- --just typed-racket-test/succeed/with-linear-integer-arith2.rkt
39
+ if: ${{ !matrix.enable-contracts }}
40
- run: racket -l typed-racket-test -- --just typed-racket-test/succeed/cl.rkt
41
- run: xvfb-run racket -l typed-racket-test -- --guitests
42
if: ${{ !matrix.enable-contracts }}
0 commit comments