Skip to content

Add a simple testing github action #1

Add a simple testing github action

Add a simple testing github action #1

name: build_and_test

Check failure on line 1 in .github/workflows/build_and_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yml

Invalid workflow file

`macos-tests` is not a valid event name
on:
push:
branches:
- main
pull_request:
branches:
- main
macos-tests:
runs-on: macos-latest
steps:
- name: Test
run: |
cargo test version