mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 05:36:09 +03:00
ci: drop unnecessary override
This commit is contained in:
parent
c052ed5e84
commit
84803e7a72
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user