Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 16, 2024
1 parent 9128c23 commit b78bd7e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,15 @@ jobs:
check:
strategy:
matrix:
gc_name: ['default', 'mmtk']
build: ['debug', 'release']
mmtk_plan: ['MarkSweep', 'Immix']
os: [macos-latest, ubuntu-latest]
include:
- test_task: check
# This matrix configuration will generate multiple 'default' GC jobs, but we only care about one
# So exclude all default "release" builds and all other plans except one.
exclude:
- gc_name: 'default'
build: 'release'
- gc_name: 'default'
mmtk_plan: 'Immix'
gc_name: mmtk
- test_task: check
gc_name: default

fail-fast: false

env:
Expand Down

0 comments on commit b78bd7e

Please sign in to comment.