Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spacez320 committed Mar 19, 2024
1 parent 51a591b commit 34779a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- name: Tests
run: |
go test
go test cmd/cryptarch/*
go test internal/*
go test pkg/*
Expand Down

0 comments on commit 34779a6

Please sign in to comment.