Commit fabe9a4 1 parent 8831d47 commit fabe9a4 Copy full SHA for fabe9a4
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
include :
27
27
- platform : { name: Linux, distro: ubuntu-latest, toolchain: nightly }
28
28
test : { name: Core, flag: "--core" }
29
- fallible : true
30
29
- platform : { name: Linux, distro: ubuntu-latest, toolchain: stable }
31
30
test : { name: Release, flag: "--release" }
32
31
- platform : { name: Linux, distro: ubuntu-latest, toolchain: stable }
35
34
- platform : { name: Linux, distro: ubuntu-latest, toolchain: nightly }
36
35
test : { name: UI, flag: "--ui" }
37
36
fallible : true
37
+ - platform : { name: Linux, distro: ubuntu-latest, toolchain: nightly }
38
+ test : { name: Contrib, flag: "--contrib" }
39
+ fallible : true
38
40
- platform : { name: Windows }
39
- working-directory : " C:\\ a\\ ${{ github.event.repository.name }}\\ ${{ github.event.repository.name }}"
41
+ working-directory :
42
+ " C:\\ a\\ ${{ github.event.repository.name }}\\ ${{ github.event.repository.name }}"
40
43
41
44
steps :
42
45
- name : Checkout Sources
You can’t perform that action at this time.
0 commit comments