We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e4ef0 commit 784ade4Copy full SHA for 784ade4
2 files changed
.github/workflows/codeChecks.yml
@@ -65,15 +65,15 @@ jobs:
65
- name: Install devenv.sh
66
run: nix profile add nixpkgs#devenv
67
68
+ - name: Run devenv build
69
+ run: devenv shell build
70
+
71
- name: Build the devenv shell and run any pre-commit hooks
72
env:
73
JWTINFO_TEST_AUTH0: ${{ secrets.JWTINFO_TEST_AUTH0 }}
74
run: devenv test
75
timeout-minutes: 15
76
- - name: Run a single command in the devenv shell
- run: devenv shell run-certinfo-cert-tests
-
77
go_test_coverage_check:
78
needs: go_tests
79
runs-on: ubuntu-latest
devenv.nix
@@ -668,7 +668,7 @@ in {
668
enterTest = ''
669
gum format "# Running tests"
670
671
- build
+ #build
672
673
test-cmd-root-version
674
test-cmd-requests-version
0 commit comments