We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-rust
1 parent 1be610a commit e0d9ddeCopy full SHA for e0d9dde
.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