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:
DrDeano 2020-12-27 13:11:38 +00:00
parent 5e4d95c6f9
commit f87f66a37f
No known key found for this signature in database
GPG key ID: 96188600582B9ED7
5 changed files with 20 additions and 13 deletions

View file

@ -2,9 +2,8 @@ name: CI
on:
push:
branches: "*"
pull_request:
branches: "*"
branches: '*'
jobs:
test: