generated from saji/ecp5-template
14 lines
307 B
YAML
14 lines
307 B
YAML
name: Unit Tests
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
name: Test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: DeterminateSystems/nix-installer-action@main
|
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
- name: Build Groovylight
|
|
run: nix build .
|