Skip to content

Commit

Permalink
ci: continue ci even if rust nightly build fail
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Jun 30, 2023
1 parent 45e97a9 commit 1753869
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
experimental: [false]
rust:
- stable
- beta
- nightly
include:
- rust: nightly
experimental: true
steps:
- name: install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
Expand Down

0 comments on commit 1753869

Please sign in to comment.