File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,23 @@ jobs:
3333 name : solana-nix
3434 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
3535
36+ - name : Build Solana CLI
37+ run : |
38+ nix build --no-link --print-out-paths .#solana-cli | cachix push solana-nix
39+
3640 - name : Test Solana CLI
3741 run : |
3842 nix run .#solana-cli -- --version
3943
44+ - name : Build Anchor CLI
45+ run : |
46+ nix build --no-link --print-out-paths .#anchor-cli | cachix push solana-nix
47+
4048 - name : Test Anchor CLI
4149 run : |
4250 nix run .#anchor-cli -- --version
4351
44- - name : Test Anchor Program
45- run : |
46- nix build .#anchor-test -L --impure --option sandbox false
52+ # Enable later
53+ # - name: Test Anchor Program
54+ # run: |
55+ # nix build .#anchor-test -L --impure --option sandbox false
You can’t perform that action at this time.
0 commit comments