Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalescent committed Jan 21, 2025
1 parent cebe3a4 commit 551fb52
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
- name: Unit Tests with the Go CLI
run: |
echo 'somecredstorepass' | gnome-keyring-daemon --unlock
go test ./... -short -race -cover
go test ./... -short -race -cover -count=1
24 changes: 0 additions & 24 deletions pkg/pkg.go.x

This file was deleted.

5 changes: 0 additions & 5 deletions pkg/platform/os_log_wrapper.c

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/platform/test/darwin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ func Test_PlatformMacOS(t *testing.T) {

logger := darwin.GetLogger()
assert.NotNil(t, logger)
logger.Info("Testing macOS logger VIRTRU")
logger.Info("Testing macOS logger")
}

0 comments on commit 551fb52

Please sign in to comment.