Skip to content

ECMGS merge tests

ECMGS merge tests #5

name: Run all cargo tests
run-name: ${{github.actor}} merge tests
on:
pull_request:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test --all