Skip to content

Commit

Permalink
Merge pull request #37 from jxsl13/bugfix/symlink-refactoring
Browse files Browse the repository at this point in the history
Bugfix/symlink refactoring
  • Loading branch information
jxsl13 authored Aug 9, 2024
2 parents ce98def + 36d2b81 commit 02e3be4
Show file tree
Hide file tree
Showing 22 changed files with 1,593 additions and 1,652 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
.PHONY: test coverage fuzz fmt

test:
go clean -testcache && go test ./... -race -timeout 30s
go clean -testcache && go test ./... -count=1 -race -timeout 30s

coverage:
-go clean -testcache && go test ./... -timeout 30s -race -covermode=atomic -coverprofile=coverage.txt
-go clean -testcache && go test ./... -count=1 -timeout 30s -race -covermode=atomic -coverprofile=coverage.txt
rm ./coverage.txt

fuzz_prefixfs:
Expand Down
Loading

0 comments on commit 02e3be4

Please sign in to comment.