Skip to content

Commit

Permalink
test ci checks
Browse files Browse the repository at this point in the history
Signed-off-by: Kelly Deng <[email protected]>
  • Loading branch information
kqdeng committed Nov 17, 2020
1 parent 09e19c1 commit 43d0527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: go test -coverprofile=coverage.txt ./...
- name: upload codecov
run: bash <(curl -s https://codecov.io/bash)
- uses: cachix/install-nix-action@v10
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./ci-checks.sh
Expand Down

0 comments on commit 43d0527

Please sign in to comment.