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 16caa2c commit 84eac4aCopy full SHA for 84eac4a
2 files changed
.github/workflows/ci.yaml
@@ -55,7 +55,7 @@ jobs:
55
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
56
57
- name: Run loadtest
58
- run: nix-shell --run "./bench/loadtest.sh ${{ matrix.kind }}"
+ run: nix-shell --run "./bench/loadtest.sh ${{ matrix.kind }}" >> "$GITHUB_STEP_SUMMARY"
59
60
coverage:
61
shell.nix
@@ -6,11 +6,11 @@ with import (builtins.fetchTarball {
6
mkShell {
7
buildInputs =
8
let
9
- xpg = import (fetchFromGitHub {
+ xpg = import (fetchFromGitHub {
10
owner = "steve-chavez";
11
repo = "xpg";
12
- rev = "v1.5.0";
13
- sha256 = "sha256-Ja7pa6RoJ4Bxa0/lb6G/X3RdUYSaomqeEO+ZfsHHGqQ=";
+ rev = "v1.5.1";
+ sha256 = "sha256-wVTHOObOpR7EJLBeafoFJE+Ca2z7eLijy9GZ6JZvF70=";
14
});
15
style =
16
writeShellScriptBin "pg_csv-style" ''
0 commit comments