1 2 3 4 5 6 7 8 9 10 11 12 13
name: Build and test on: [push, pull_request] jobs: linux: name: Build & Test Linux runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Test run: cargo test --release