Skip to content

what if one of the builds fails? #34

what if one of the builds fails?

what if one of the builds fails? #34

name: build-and-test
on: [ pull_request, merge_group ]
jobs:
tests:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- name: test
run: cargo test