File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ on :
2+   pull_request :
3+     branches :
4+       - mangata-dev 
5+   push :
6+     branches : [ mangata-dev ] 
7+ 
8+ name : build 
9+ 
10+ jobs :
11+   check :
12+     name : Rust project 
13+     runs-on : ubuntu-latest 
14+     steps :
15+       - uses : actions/checkout@v2 
16+       - name : Install newset Cargo 
17+         uses : actions-rs/toolchain@v1 
18+         with :
19+           toolchain : nightly 
20+           default : true 
21+       - name : Install nightly-2020-10-01 with wasm 
22+         uses : actions-rs/toolchain@v1 
23+         with :
24+           toolchain : nightly-2020-10-01 
25+           target : wasm32-unknown-unknown 
26+       - name : Check Cargo version 
27+         run : | 
28+           cargo --version 
29+        - name : Run cargo check 
30+         uses : actions-rs/cargo@v1 
31+         with :
32+           toolchain : nightly-x86_64-unknown-linux-gnu 
33+           command : check 
34+       - name : Test cargo check 
35+         uses : actions-rs/cargo@v1 
36+         with :
37+           toolchain : nightly-x86_64-unknown-linux-gnu 
38+           command : test 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments