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 5158452 commit 09006bcCopy full SHA for 09006bc
.github/workflows/cli-tests.yaml
@@ -101,7 +101,9 @@ jobs:
101
echo "NIX_PATH=$NIX_PATH" >> $GITHUB_ENV
102
echo "PATH=$PATH" >> $GITHUB_ENV
103
- name: Run tests
104
- run: go test -race -cover -v ./...
+ run: |
105
+ export NIX_PATH=nixpkgs=https://github.com/nixos/nixpkgs/tarball/nixos-unstable
106
+ go test -race -cover -v ./...
107
108
auto-nix-install: # ensure Devbox installs nix and works properly after installation.
109
runs-on: ubuntu-latest
0 commit comments