We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6fa33 commit 1defa8eCopy full SHA for 1defa8e
.github/workflows/tests.yml
@@ -13,10 +13,6 @@ jobs:
13
racket-version: ['8.0', 'current']
14
racket-variant: ['CS']
15
allow-failure: [false]
16
- include:
17
- - racket-version: 'current'
18
- racket-variant: 'BC'
19
- allow-failure: true
20
name: Racket ${{ matrix.racket-version }} (${{ matrix.racket-variant }})
21
runs-on: ubuntu-latest
22
continue-on-error: ${{ matrix.allow-failure }}
0 commit comments