Skip to content

Commit

Permalink
chore(fix): invalid gha syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner committed Jan 19, 2024
1 parent b8e46f4 commit e8cddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: .\scripts\build.ps1
- name: Run tests
run: crystal spec
name: "Run tests w/ dynamic linking (experimental)"
- name: "Run tests w/ dynamic linking (experimental)"
continue-on-error: true
run: crystal spec -Dpreview_dll

0 comments on commit e8cddc5

Please sign in to comment.