mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 09:08:08 +08:00
ci: fix name of directory and add test script
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- run: g++ --version
|
||||
- run: cd test/
|
||||
- run: cd tests/
|
||||
- run: g++ -std=c++11 -O2 -Wall -Wextra -Werror check.cpp -o check
|
||||
- run: git clone https://github.com/BurntSushi/toml-test.git
|
||||
- run: cp check toml-test/tests/invalid
|
||||
|
Reference in New Issue
Block a user