Skip to content

Commit

Permalink
add magic cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 14, 2024
1 parent d41fad6 commit ce45573
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run linting
run: nix develop -c make lint-ci
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run tests
run: nix develop -c python -mpytest -vv -s
nix-flake:
Expand Down

0 comments on commit ce45573

Please sign in to comment.