Skip to content

Commit d2c3c6b

Browse files
committed
ci: devenv test
1 parent 1c59677 commit d2c3c6b

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

devenv.nix

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,8 @@ in {
648648

649649
enterShell = ''
650650
gum format "# Devenv shell"
651-
export GITEA_TOKEN=$(cat ~/.config/goreleaser/gitea_token)
652-
export GITHUB_TOKEN=$(cat ~/.config/goreleaser/github_token)
651+
# export GITEA_TOKEN=$(cat ~/.config/goreleaser/gitea_token)
652+
# export GITHUB_TOKEN=$(cat ~/.config/goreleaser/github_token)
653653
654654
# JwtInfo tests against authentication providers when not on CI
655655
# test -f ~/.config/https-wrench/jwtinfo_test_auth0_req_values.json && export JWTINFO_TEST_AUTH0=$(cat ~/.config/https-wrench/jwtinfo_test_auth0_req_values.json)
@@ -661,22 +661,23 @@ in {
661661

662662
enterTest = ''
663663
gum format "# Running tests"
664-
# update-go-deps
664+
echo "About to run tests"
665+
665666
build
666667
667668
#run-go-tests
668669
669-
test-cmd-root-version
670-
test-cmd-requests-version
671-
test-cmd-certinfo-version
672-
test-cmd-root-help-when-no-flags
673-
test-cmd-requests-help-when-no-flags
674-
test-cmd-certinfo-help-when-no-flags
675-
670+
# test-cmd-root-version
671+
# test-cmd-requests-version
672+
# test-cmd-certinfo-version
673+
# test-cmd-root-help-when-no-flags
674+
# test-cmd-requests-help-when-no-flags
675+
# test-cmd-certinfo-help-when-no-flags
676+
#
676677
run-requests-tests
677-
run-certinfo-priv-key-tests
678-
run-certinfo-cert-tests
679-
run-certinfo-tlsendpoint-tests
678+
# run-certinfo-priv-key-tests
679+
# run-certinfo-cert-tests
680+
# run-certinfo-tlsendpoint-tests
680681
681682
# run-jwtinfo-test-auth0
682683
# run-jwtinfo-test-auth0-no-validation

0 commit comments

Comments
 (0)