Skip to content

Commit 784ade4

Browse files
committed
test: run build in a separate ci step
1 parent 72e4ef0 commit 784ade4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeChecks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
- name: Install devenv.sh
6666
run: nix profile add nixpkgs#devenv
6767

68+
- name: Run devenv build
69+
run: devenv shell build
70+
6871
- name: Build the devenv shell and run any pre-commit hooks
6972
env:
7073
JWTINFO_TEST_AUTH0: ${{ secrets.JWTINFO_TEST_AUTH0 }}
7174
run: devenv test
7275
timeout-minutes: 15
7376

74-
- name: Run a single command in the devenv shell
75-
run: devenv shell run-certinfo-cert-tests
76-
7777
go_test_coverage_check:
7878
needs: go_tests
7979
runs-on: ubuntu-latest

devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ in {
668668
enterTest = ''
669669
gum format "# Running tests"
670670
671-
build
671+
#build
672672
673673
test-cmd-root-version
674674
test-cmd-requests-version

0 commit comments

Comments
 (0)