62 Commits

Author SHA1 Message Date
Tom Forbes
d36e1500eb Ignore benches 2020-12-13 20:40:25 +00:00
Tom Forbes
e7458059fd Exclude benchmarks from flake8 2020-12-11 16:20:17 +00:00
Noah
5781fa437d Merge pull request #2336 from RustPython/coolreader18/pyobjectref-custom-vtable
Manually implement a vtable for PyObjectRef
2020-11-24 11:58:11 -06:00
coolreader18
c5fca81eae Fix regrtest results collection 2020-11-21 01:43:28 -06:00
Noah
0d50118e44 Run tests under miri on CI 2020-11-21 00:33:05 -06:00
Noah
9433126a9a Skip test_io on windows 2020-11-06 18:38:22 -06:00
Noah
e4f446eb9f Re-add test_importlib to windows skiplist 2020-11-02 22:50:34 -06:00
Noah
56b46b7281 Enable test_importlib 2020-11-02 12:41:44 -06:00
Noah
a87ce5ba5d Skip more tests for macos 2020-11-02 12:41:44 -06:00
Noah
bd644124bc Try skipping caching on macos 2020-11-02 12:41:44 -06:00
Noah
7b8066d342 Specify python version for pipenv 2020-10-28 12:00:26 -05:00
Noah
8cdbccd311 Use Python 3.8 for CI 2020-10-28 11:22:49 -05:00
Arthur Woimbée
9504bc469f socket: resolve addresses according to socket family (ipv4/6) 2020-10-24 17:52:02 +02:00
Noah
b29b387e7b Add rust-toolchain and use actions-rs/toolchain 2020-09-19 22:38:14 -05:00
Noah
89df598fa1 Fix ipv6 localhost issue 2020-09-19 00:20:51 -05:00
Noah
4cec112c4e Build+deploy notebook in release gh action 2020-09-17 20:55:15 -05:00
Noah
e8197b34ee Merge pull request #2205 from skinny121/test-all-packages
Run tests/clippy on all crates
2020-09-13 14:20:45 -05:00
Ben Lewis
9887a806c2 Run tests/clippy on all non-wasm packages. 2020-09-13 14:09:35 +12:00
Jeong YunWon
e62a164f4d Move tests -> extra_tests 2020-09-13 06:58:57 +09:00
Ben Lewis
fca23276e0 Add documentation to README.md, and install required dependencies on ci. 2020-08-28 19:52:04 +12:00
Jeong YunWon
358b4b159d Merge pull request #2148 from youknowone/windows-ci
Windows CI
2020-08-26 17:37:39 +09:00
Jeong YunWon
85724006e2 Windows CI 2020-08-26 14:29:03 +09:00
Ben Lewis
3e0673fe00 Fix ci features argument. 2020-08-25 07:16:58 +12:00
Ben Lewis
e70b2db78d Add jit feature when running tests, and run rustfmt. 2020-08-25 07:16:58 +12:00
Noah
513bf1638b Don't pass --all to cargo in ci 2020-08-22 21:46:51 -05:00
coolreader18
126beb75e0 Add no-threading compilation check to rust_tests 2020-07-25 15:29:48 -04:00
Jeong YunWon
7629a2d202 Run rust&python ilnt in same flow 2020-07-19 23:44:08 +09:00
Jeong YunWon
b132de110f Fix Cargo.lock and add dependency for wasm 2020-07-19 23:44:08 +09:00
Jeong YunWon
8bee6203d0 Build dependencies with opt-level 3 always 2020-07-19 03:27:54 +09:00
Jeong YunWon
3582567686 skip platform independent tests for macOS 2020-07-18 09:23:41 +09:00
Jeong YunWon
ce2fc345ad enhance github actions cache 2020-07-18 09:03:52 +09:00
Noah
1ec179b118 Try fixing caching; update to cache@v2 2020-07-14 19:56:15 -05:00
Noah
fb3a6c71da Disabling panic=abort temporarily 2020-06-02 15:13:11 -05:00
Noah
d940886411 Fix -Zno-landing-pads 2020-06-02 02:56:10 -05:00
Noah
22c7d98209 Make the ssl module optional 2020-05-04 11:40:31 -05:00
Noah
303b5db7ee Add a cron job to push jsontest data to the website 2020-04-12 22:28:19 -05:00
Noah
ace6b943e9 Don't install openssl via vcpkg on Windows 2020-04-10 17:45:47 -05:00
Noah
72f7cd65eb Install openssl on Windows in GH Actions 2020-03-27 14:40:20 -05:00
Noah
e4c702e0aa Add a cron job to GH Actions CI 2020-03-14 23:44:32 -05:00
Noah
2f3421fd64 Use Python 3.8 in GH Actions CI 2020-03-14 23:35:34 -05:00
Aviv Palivoda
05cb8496bd Skip CPython test on Windows 2020-02-08 11:48:37 +02:00
Aviv Palivoda
e41140cdc7 Use github action to set RUSTPYTHONPATH 2020-02-06 22:43:24 +02:00
Aviv Palivoda
9e00501749 Run Cpython tests on Mac and Windows 2020-02-06 21:53:31 +02:00
Noah
60037a2fbb Cache WASM dependencies 2020-02-04 21:43:06 -06:00
Noah
8272e470ee Merge pull request #1737 from RustPython/coolreader18/deploy-gh-actions
Deploy the demo using Github Actions
2020-02-02 12:11:10 -06:00
Jeong YunWon
77e72083a0 github actions run pytest with -v option 2020-02-02 23:44:40 +09:00
Noah
6c3231e60c Deploy the demo using Github Actions 2020-02-01 20:45:37 -06:00
Noah
5d2ddc76f3 Check runner.os instead of matrix.os 2020-01-31 21:16:26 -06:00
Noah
f420e6cc0b Cache Cargo dependencies in Github Actions 2020-01-31 12:23:46 -06:00
Jeong YunWon
bd08950e2f Merge pull request #1719 from palaviv/more-actions
Add more jobs to github actions
2020-01-31 01:41:28 +09:00