1 2 3 4 5 6 7 8 9 10 11 12
name: ci on: push: branches: [master] pull_request: jobs: test: uses: sagebind/workflows/.github/workflows/rust-ci.yml@v1 with: msrv: "1.54" test-release: true