We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ed6de commit 48ae747Copy full SHA for 48ae747
.github/workflows/python-package.yml
@@ -31,9 +31,12 @@ jobs:
31
if: "steps.nix-cache.outputs.cache-hit == 'true'"
32
run: "nix-store --import < /tmp/nixcache"
33
34
- - name: Run tests
+ - name: Run taxi tests
35
run: nix build -L .#checks.x86_64-linux.taxi-python${{ matrix.python-version }}
36
37
+ - name: Build taxi with all plugins
38
+ run: nix build -L .#taxi-with-all-plugins
39
+
40
- name: "Export Nix store cache"
41
if: "steps.nix-cache.outputs.cache-hit != 'true'"
42
run: "nix-store --export $(find /nix/store -maxdepth 1 -name '*-*') > /tmp/nixcache"
0 commit comments