Skip to content

Commit

Permalink
Only run nix-shell on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Aug 17, 2023
1 parent 118e640 commit d7eb5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- name: nix-shell
run: nix-shell --run just
if: ${{ matrix.devshell == 'clang' }}

- name: Run client-side tests
run: nix develop .#${{ matrix.devshell }} -c just test-client-side
Expand Down

0 comments on commit d7eb5e6

Please sign in to comment.