Compare commits
5 Commits
d04f489b0e
...
81e9b93914
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81e9b93914 | ||
|
|
9cbd027e7e | ||
|
|
6b5343fdf3 | ||
|
|
9487fafe88 | ||
|
|
9e64fd1369 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -23,5 +23,3 @@ node_modules/
|
|||||||
.env
|
.env
|
||||||
!tests/.env
|
!tests/.env
|
||||||
!examples/.env
|
!examples/.env
|
||||||
|
|
||||||
.direnv
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/nix/store/fj7p8m3p4s7cx9kqvx2h0glk2ygknmvl-pre-commit-config.json
|
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
tests = {
|
tests = {
|
||||||
enable = true;
|
enable = true;
|
||||||
entry = ''
|
entry = ''
|
||||||
${pkgs.bash}/bin/bash -ec 'bazel test //tests/... --test_output=errors && tests/install_test/workspace_parity.sh "$(command -v bun)"'
|
bazel test //tests/...
|
||||||
'';
|
'';
|
||||||
pass_filenames = false;
|
pass_filenames = false;
|
||||||
stages = [ "pre-push" ];
|
stages = [ "pre-push" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user