Skip to content

Commit

Permalink
version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed May 17, 2024
1 parent 87f1c00 commit 30bb102
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: go build -v -race ./...

- name: Test
run: go test -v -race ./...
run: sudo go test -v -race ./...
4 changes: 0 additions & 4 deletions pkg/fmount/dd/dd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import (
)

func TestDD(t *testing.T) {
if len(os.Getenv("CI")) > 0 {
t.Skip("skip test")
}

cases := []struct {
name, file string
}{
Expand Down

0 comments on commit 30bb102

Please sign in to comment.