configuration docs, make test

This commit is contained in:
realaravinth
2021-07-09 12:04:48 +05:30
parent 67a35a6e43
commit 0880dd27ce
6 changed files with 23 additions and 11 deletions

View File

@@ -45,11 +45,7 @@ release: frontend
run: frontend
cargo run
test: migrate
cd browser && wasm-pack test --release --headless --chrome
cd browser && wasm-pack test --release --headless --firefox
${MAKE} frontend-test
${MAKE} frontend
test: frontend-test frontend migrate
cargo test --all --all-features --no-fail-fast
xml-test-coverage: migrate