Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Jun 9, 2024
1 parent a5d2024 commit 2d325b0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ jobs:
run-tests:
name: Run Test Group
runs-on: ubuntu-latest
matrix:
include:
- name: Core
group: core
- name: Engine Roundtrip
group: engine-roundtrip
# - name: REPL
# group: repl
strategy:
fail-fast: false
matrix:
include:
- group: core
- group: engine-roundtrip
# - group: repl
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down

0 comments on commit 2d325b0

Please sign in to comment.