Update build_and_test_on_push.yml
This commit is contained in:
parent
3abff684ad
commit
f19648a386
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_and_test_on_push.yml
vendored
1
.github/workflows/build_and_test_on_push.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- nightly
|
- nightly
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- run: sudo apt-get -y install protobuf-compiler
|
||||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
- run: cargo build --verbose
|
- run: cargo build --verbose
|
||||||
- run: cargo test --verbose
|
- run: cargo test --verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue