Skip to content

Commit 9ace123

Browse files
committed
Skip tests on pre
1 parent f303d4d commit 9ace123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version:
2323
- 'lts'
2424
- '1'
25-
- 'pre'
25+
# - 'pre' # TODO: tests on pre-release version
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)