File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,12 @@ jobs:
60
60
- name : Build
61
61
run : cargo build --workspace --locked
62
62
63
- # - name: Test
63
+ # - name: fast tests
64
64
# run: cargo test --workspace --locked
65
65
66
- - name : Test expensive tests
66
+ - name : slow tests
67
+ env :
68
+ DOCSRS_INCLUDE_DEFAULT_TARGETS : true
67
69
run : cargo test --workspace --locked -- --ignored
68
70
69
71
- name : Clean up the database
Original file line number Diff line number Diff line change @@ -767,6 +767,9 @@ mod tests {
767
767
let crate_ = "log" ;
768
768
let version = "0.4.14" ;
769
769
let default_target = "x86_64-unknown-linux-gnu" ;
770
+
771
+ assert_eq ! ( env. config( ) . include_default_targets, true ) ;
772
+
770
773
// env.fake_release()
771
774
// .name(crate_)
772
775
// .version(version)
@@ -815,8 +818,6 @@ mod tests {
815
818
) ;
816
819
817
820
let storage = env. storage ( ) ;
818
- assert ! ( storage. exists( "asdf" ) ?) ;
819
-
820
821
let base = format ! ( "rustdoc/{}/{}" , crate_, version) ;
821
822
822
823
// default target was build
You can’t perform that action at this time.
0 commit comments