Skip to content

Commit

Permalink
cd into workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Aug 11, 2024
1 parent fda5efc commit 4a764ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Run tests
run: CGO_ENABLED=1 && go test -cover -race ${{ inputs.workdir }}...
run: (cd ${{ inputs.workdir }} && CGO_ENABLED=1 && go test -cover -race ./...)
2 changes: 1 addition & 1 deletion tests/golang_test/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module golang_test
module golangtest

go 1.22.5
2 changes: 1 addition & 1 deletion tests/golang_test/main_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package golangtest_test

import (
golangtest "golang_test"
"golangtest"
"testing"
)

Expand Down

0 comments on commit 4a764ea

Please sign in to comment.