File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ AWS_ACCESS_KEY_ID=cratesfyi
5
5
AWS_SECRET_ACCESS_KEY = secret_key
6
6
S3_ENDPOINT = http://localhost:9000
7
7
DOCSRS_INCLUDE_DEFAULT_TARGETS = false
8
+ DOCSRS_DOCKER_IMAGE = ghcr.io/rust-lang/crates-build-env/linux-micro
Original file line number Diff line number Diff line change @@ -38,14 +38,10 @@ jobs:
38
38
- name : fast tests
39
39
run : cargo test --workspace --locked
40
40
41
- - name : create small build-environment
42
- run : |
43
- docker build -t buildenv - < dockerfiles/Dockerfile-small-build-env
44
-
45
41
- name : slow tests
46
42
env :
47
43
DOCSRS_INCLUDE_DEFAULT_TARGETS : true
48
- DOCS_RS_LOCAL_DOCKER_IMAGE : buildenv
44
+ DOCSRS_DOCKER_IMAGE : ghcr.io/rust-lang/crates-build-env/linux-micro
49
45
run : cargo test --workspace --locked -- --ignored
50
46
51
47
- name : Clean up the database
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments