Fix System.Numerics xunit tests and add them to CI (#5006)
[mono.git] / scripts / ci / run-test-mcs.sh
1 #!/bin/bash -e
2
3 ${TESTCMD} --label=mcs-tests --timeout=30m make -w -C mcs/tests run-test
4 ${TESTCMD} --label=mcs-errors --timeout=10m make -w -C mcs/errors run-test