File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Pull Request lints
1+ name : Lints
22
33on :
44 pull_request :
77
88jobs :
99 lint :
10- name : Rust lints
10+ name : Rust
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1- name : Rust tests
1+ name : Rust Tests
22
33on :
44 pull_request :
1010
1111jobs :
1212 build :
13- name : ${{ matrix.toolchain }}/ ${{ matrix.target }}
13+ name : ${{ matrix.toolchain }} / ${{ matrix.target }}
1414 runs-on : ubuntu-latest
1515 strategy :
1616 fail-fast : false
9292 args : --target wasm32-unknown-unknown --package cloudevents-sdk --package cloudevents-sdk-reqwest
9393
9494 build-examples :
95- name : Build examples
95+ name : Examples ${{ matrix.toolchain }} / ${{ matrix.target }}
9696 runs-on : ubuntu-latest
9797 needs : build
9898 strategy :
You can’t perform that action at this time.
0 commit comments