Skip to content

Commit daaa2b5

Browse files
authored
CI: disable frodo-kem mutation testing (#258)
It's broken right now and I don't have time to debug it
1 parent 39e814b commit daaa2b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mutation-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- ml-kem
2222
- module-lattice
2323
- dhkem
24-
- frodo-kem
24+
#- frodo-kem
2525
- x-wing
2626

2727
env:
@@ -44,15 +44,15 @@ jobs:
4444
- ml-kem
4545
- module-lattice
4646
- dhkem
47-
- frodo-kem
47+
#- frodo-kem
4848
- x-wing
4949
# Only filter if a specific package was requested via workflow_dispatch
5050
# For push/pull_request events, inputs.package is undefined, so default to 'all'
5151
exclude:
5252
- package: ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'ml-kem' && 'ml-kem' || 'NONE' }}
5353
- package: ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'module-lattice' && 'module-lattice' || 'NONE' }}
5454
- package: ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'dhkem' && 'dhkem' || 'NONE' }}
55-
- package: ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'frodo-kem' && 'frodo-kem' || 'NONE' }}
55+
#- package: ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'frodo-kem' && 'frodo-kem' || 'NONE' }}
5656
- package: ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'x-wing' && 'x-wing' || 'NONE' }}
5757
steps:
5858
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2

0 commit comments

Comments
 (0)