Skip to content

Commit

Permalink
Merge branch 'manifest' of github.com:Keyfactor/kfutil into manifest
Browse files Browse the repository at this point in the history
chore: Merge changes from divergent
  • Loading branch information
m8rmclaren committed Nov 9, 2023
2 parents 3f6c8e7 + df1e9d8 commit 9aa438f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v4
- name: Run tests
run: |
unset KFUTIL_DEBUG
export KFUTIL_DEBUG=1
go test -v ./cmd -run "^Test_StoreTypes*"
Test_StoreTypes_KFC_10_2_1:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -486,4 +486,4 @@ jobs:

# Run the tests with coverage found in the pkg directory
- name: Run tests
run: go test -v -cover ./pkg/...
run: go test -v -cover ./pkg/...

0 comments on commit 9aa438f

Please sign in to comment.