File tree 1 file changed +9
-18
lines changed 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change 19
19
- { gcc: "libgccjit.so", extra: "" }
20
20
- { gcc: "libgccjit_without_int128.so", extra: "" }
21
21
- { gcc: "libgccjit12.so", extra: "--no-default-features" }
22
+ commands : [
23
+ " --mini-tests" ,
24
+ " --std-tests" ,
25
+ " --test-libcore" ,
26
+ " --extended-tests" ,
27
+ " --test-rustc" ,
28
+ ]
22
29
23
30
steps :
24
31
- uses : actions/checkout@v2
@@ -104,25 +111,9 @@ jobs:
104
111
command : build
105
112
args : --release
106
113
107
- - name : Test mini_tests
114
+ - name : Run tests
108
115
run : |
109
- ./test.sh --release --clean --build-sysroot --mini-tests ${{ matrix.libgccjit_version.extra }}
110
-
111
- - name : Test std_tests
112
- run : |
113
- ./test.sh --release --std-tests ${{ matrix.libgccjit_version.extra }}
114
-
115
- - name : Test test_libcore
116
- run : |
117
- ./test.sh --release --test-libcore ${{ matrix.libgccjit_version.extra }}
118
-
119
- - name : Test extended_sysroot_tests
120
- run : |
121
- ./test.sh --release --extended-tests ${{ matrix.libgccjit_version.extra }}
122
-
123
- - name : Test test_rustc
124
- run : |
125
- ./test.sh --release --test-rustc ${{ matrix.libgccjit_version.extra }}
116
+ ./test.sh --release --clean --build-sysroot ${{ matrix.commands }} ${{ matrix.libgccjit_version.extra }}
126
117
127
118
duplicates :
128
119
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments