reduce impure tests to just instantiate the template

This commit is contained in:
Jörg Thalheim
2023-08-27 10:05:48 +02:00
parent 4cc40865f5
commit c9adf12e72
3 changed files with 12 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
name: checks-integration
name: checks-impure
on:
pull_request:
push:
@@ -8,4 +8,4 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run .#checks-impure
- run: nix run .#impure-checks