kcrypt-challenger/.github/workflows/unit-tests.yml
2023-06-15 11:20:19 +02:00

25 lines
427 B
YAML

---
name: Unit tests
on:
push:
branches:
- master
pull_request:
concurrency:
group: ci-unit-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
run: |
./earthly.sh +test