We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6c62a commit 59fa79aCopy full SHA for 59fa79a
1 file changed
.github/workflows/test.yml
@@ -13,6 +13,9 @@ jobs:
13
haxe:
14
- 4.3.7
15
- latest
16
+ include:
17
+ - haxe: latest
18
+ allow-failure: true
19
steps:
20
- uses: actions/checkout@v4
21
- name: Install haxe ${{ matrix.haxe }}
@@ -29,5 +32,7 @@ jobs:
29
32
haxelib install utest
30
33
- name: Run unit tests
31
34
run: haxe test.hxml
35
+ continue-on-error: ${{ matrix.allow-failure || false }}
36
- name: Build haxedocs
37
run: haxe doc.hxml
38
0 commit comments