Skip to content

Commit

Permalink
ci: drop unnecessary override
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Oct 12, 2024
1 parent c052ed5 commit 84803e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: flake checks
run: nix develop --accept-flake-config --command ./ci/fast-flake-check.sh . ${{ matrix.nixpkgs-override }}
- name: extra tests
run: nix develop --accept-flake-config ${{ matrix.nixpkgs-override }} --command ./extra-tests/test.sh
run: nix develop --accept-flake-config --command ./extra-tests/test.sh

examples-linux:
strategy:
Expand Down

0 comments on commit 84803e7

Please sign in to comment.