Skip to content

Commit

Permalink
Update make test.
Browse files Browse the repository at this point in the history
Only run the tests as root, do not build as root.
  • Loading branch information
zackelia committed Nov 19, 2023
1 parent 4983b73 commit a1ec39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ uninstall:
rm -rf "$(bindir)/bclm"

test:
swift test
swift build -c debug --build-tests
sudo swift test --skip-build

clean:
rm -rf .build

.PHONY: build install uninstall clean

0 comments on commit a1ec39f

Please sign in to comment.