Doc stakingv4. Changes on style writing to not mislead with interpretations. #1225
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Builds and tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
rust_test: | |
name: Rust tutorial code test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions-rs/toolchain@v1 | |
with: | |
default: true | |
toolchain: nightly | |
- name: Run rust tests | |
run: ./scripts/rust-tutorial-ci.sh |