Merge pull request #40 from thiagokokada/errcheck-in-examples #170
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test" | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- name: build package | |
run: nix build -L | |
- name: run VM tests | |
run: nix build .#checks.x86_64-linux.testVm -L | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: coverage | |
path: | | |
result/hyprland-go.* |