Fixed FAT32 tests
Git workflow changed to run on any push Mount in utf8 so copies files unicode filenames correctly Renamed large_file2 to large_file
This commit is contained in:
parent
5e4d95c6f9
commit
f87f66a37f
5 changed files with 20 additions and 13 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -2,9 +2,8 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
pull_request:
|
||||
branches: "*"
|
||||
branches: '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue