1 2 3 4 5 6 7 8 9 10
name: Run tests on: push jobs: run_tests: name: Run tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Run unit and intergration tests. run: cargo test