Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 21, 2024
1 parent 2911c5d commit f52e9f9
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 @@ -34,9 +34,9 @@ test-linux:
.PHONY: test-windows
test-windows:
mkdir testmount
takeown /F testmount
icacls testmount /grant administrators:F
subst T: testmount
icacls "T:\" /grant "Users":F
icacls "testmount" /grant "Users":F
copy tests\assets\info_uf2.txt T:
coverage run -m pytest
coverage report
Expand Down

0 comments on commit f52e9f9

Please sign in to comment.