CI: only run networked tests on latest version

This commit is contained in:
James Lu 2022-06-19 15:33:53 -07:00
parent 4ebcfb1e5a
commit fb877f94bc

View File

@ -33,7 +33,6 @@ local test_with(version, use_network=false) = {
[
test_with("3.7"),
test_with("3.7", use_network=true),
test_with("3.8"),
test_with("3.9"),
test_with("3.10"),