We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1be610a + e0d9dde commit 9b46e47Copy full SHA for 9b46e47
.github/workflows/bootstrap.yml
@@ -47,6 +47,12 @@ jobs:
47
run: |
48
cd gccrs-build; \
49
make check-rust
50
+ - name: Archive check-rust results
51
+ uses: actions/upload-artifact@v2
52
+ with:
53
+ name: check-rust-logs
54
+ path: |
55
+ gccrs-build/gcc/testsuite/rust/
56
- name: Check regressions
57
58
.github/workflows/ccpp.yml
@@ -52,6 +52,12 @@ jobs:
59
60
61
62
63
0 commit comments