From b890db242003d5262730e1faa884c85dc844aad1 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 27 Nov 2022 21:21:04 +0100 Subject: [PATCH] Use flake check in CI --- .github/workflows/tests.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40c48ef..609f382 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,10 +14,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v18 - - name: Linting + - name: Test run: | - nix develop --command flake8 . --count --show-source --statistics - - - name: Testing - run: | - nix develop --command make test + nix flake check