File tree Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change 4
4
- push
5
5
- pull_request
6
6
7
+ env :
8
+ # Enable backtraces for easier debugging
9
+ RUST_BACKTRACE : 1
10
+
7
11
jobs :
8
12
build :
9
13
runs-on : ubuntu-latest
@@ -102,46 +106,18 @@ jobs:
102
106
103
107
- name : Test std_tests
104
108
run : |
105
- # Enable backtraces for easier debugging
106
- export RUST_BACKTRACE=1
107
-
108
- # Reduce amount of benchmark runs as they are slow
109
- export COMPILE_RUNS=2
110
- export RUN_RUNS=2
111
-
112
109
./test.sh --release --clean --build-sysroot --std-tests ${{ matrix.libgccjit_version.extra }}
113
110
114
111
- name : Test test_libcore
115
112
run : |
116
- # Enable backtraces for easier debugging
117
- export RUST_BACKTRACE=1
118
-
119
- # Reduce amount of benchmark runs as they are slow
120
- export COMPILE_RUNS=2
121
- export RUN_RUNS=2
122
-
123
113
./test.sh --release --test-libcore ${{ matrix.libgccjit_version.extra }}
124
114
125
115
- name : Test extended_sysroot_tests
126
116
run : |
127
- # Enable backtraces for easier debugging
128
- export RUST_BACKTRACE=1
129
-
130
- # Reduce amount of benchmark runs as they are slow
131
- export COMPILE_RUNS=2
132
- export RUN_RUNS=2
133
-
134
117
./test.sh --release --extended-tests ${{ matrix.libgccjit_version.extra }}
135
118
136
119
- name : Test test_rustc
137
120
run : |
138
- # Enable backtraces for easier debugging
139
- export RUST_BACKTRACE=1
140
-
141
- # Reduce amount of benchmark runs as they are slow
142
- export COMPILE_RUNS=2
143
- export RUN_RUNS=2
144
-
145
121
./test.sh --release --test-rustc ${{ matrix.libgccjit_version.extra }}
146
122
147
123
duplicates :
You can’t perform that action at this time.
0 commit comments