rename checks-integration -> checks-impure

I think we should not use this for all integration tests
This commit is contained in:
Jörg Thalheim
2023-08-27 09:57:46 +02:00
parent 9cc6a14d73
commit 4cc40865f5
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
name: checks-integration
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run .#checks-impure