We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348a911 commit 8771ae1Copy full SHA for 8771ae1
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
ruby-version: '3.2'
21
- name: Setup just
22
uses: extractions/setup-just@v1
23
+ - name: Build extension
24
+ run: just build-extension
25
- name: Run tests
26
run: just test
27
@@ -32,5 +34,7 @@ jobs:
32
34
nix_path: nixpkgs=channel:nixos-24.05
33
35
extra_nix_config: |
36
experimental-features = nix-command flakes
37
+ - name: Build extension via Nix
38
+ run: nix develop -c just build-extension
39
- name: Run tests via Nix
40
run: nix develop -c just test
0 commit comments