File tree Expand file tree Collapse file tree 6 files changed +3
-26
lines changed Expand file tree Collapse file tree 6 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 2323        uses : actions/checkout@v4 
2424        with :
2525          submodules : recursive 
26- 
2726      - name : Install Foundry 
2827        uses : foundry-rs/foundry-toolchain@v1 
2928        with :
3029          version : nightly 
31- 
3230      - name : Show Forge version 
33-         run : forge --version 
31+         run : forge --version 
Original file line number Diff line number Diff line change @@ -26,19 +26,15 @@ jobs:
2626        working-directory : target_chains/ethereum/sdk/stylus 
2727    steps :
2828      - uses : actions/checkout@v4 
29- 
3029      - name : Install rust 
3130        uses : actions-rust-lang/setup-rust-toolchain@v1 
3231        with :
3332          rustflags : " " 
34- 
3533      - name : Install Foundry 
3634        uses : foundry-rs/foundry-toolchain@v1 
3735        with :
3836          version : nightly 
39- 
4037      - name : Install cargo-stylus 
4138        run : 
cargo install [email protected]   42- 
4339      - name : Run wasm check 
4440        run : ./scripts/check-wasm.sh 
Original file line number Diff line number Diff line change @@ -67,16 +67,15 @@ jobs:
6767      - uses : actions/checkout@v4 
6868        with :
6969          submodules : true 
70- 
7170      - name : Install rust ${{ matrix.toolchain }} 
7271        uses : actions-rust-lang/setup-rust-toolchain@v1 
7372        with :
7473          toolchain : ${{ matrix.toolchain }} 
7574          components : clippy 
7675          rustflags : " " 
77- 
7876      - name : Cargo clippy 
7977        uses : giraffate/clippy-action@v1 
8078        with :
8179          reporter : " github-pr-check" 
82-           github_token : ${{ secrets.GITHUB_TOKEN }} 
80+           github_token : ${{ secrets.GITHUB_TOKEN }} 
81+           
Original file line number Diff line number Diff line change @@ -33,29 +33,23 @@ jobs:
3333        working-directory : target_chains/ethereum/sdk/stylus 
3434    steps :
3535      - uses : actions/checkout@v4 
36- 
3736      - name : Install rust 
3837        uses : actions-rust-lang/setup-rust-toolchain@v1 
3938        with :
4039          cache-key : " e2e-tests" 
4140          rustflags : " " 
42-           
4341      - name : Install Foundry 
4442        uses : foundry-rs/foundry-toolchain@v1 
4543        with :
4644          version : nightly 
47- 
4845      - name : Install cargo-stylus 
4946        run : 
cargo install [email protected]   50- 
5147      - name : Install solc 
5248        run : | 
5349          curl -LO https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux 
5450          sudo mv solc-static-linux /usr/bin/solc 
5551          sudo chmod a+x /usr/bin/solc 
56- 
5752       - name : Setup nitro node 
5853        run : ./scripts/nitro-testnode.sh -d -i 
59- 
6054      - name : run integration tests 
6155        run : ./scripts/e2e-tests.sh 
Original file line number Diff line number Diff line change @@ -31,29 +31,22 @@ jobs:
3131        with :
3232          cache-key : " gas-bench" 
3333          rustflags : " " 
34-       
3534      - name : Install cargo-stylus 
3635        run : 
cargo install [email protected]   37- 
3836      - name : Install Foundry 
3937        uses : foundry-rs/foundry-toolchain@v1 
4038        with :
4139          version : nightly 
42-           
4340      - name : Install wasm-opt 
4441        run : 
cargo install [email protected]   45- 
4642      - name : Install solc 
4743        run : | 
4844          curl -LO https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux 
4945          sudo mv solc-static-linux /usr/bin/solc 
5046          sudo chmod a+x /usr/bin/solc 
51-    
5247       - uses : pnpm/action-setup@v4 
5348        name : Install pnpm 
54- 
5549      - name : Setup nitro node 
5650        run : ./scripts/nitro-testnode.sh -d -i 
57- 
5851      - name : run benches 
5952        run : ./scripts/bench.sh 
Original file line number Diff line number Diff line change @@ -32,15 +32,12 @@ jobs:
3232      - uses : actions/checkout@v4 
3333        with :
3434          submodules : true 
35- 
3635      - name : Install rust 
3736        uses : actions-rust-lang/setup-rust-toolchain@v1 
3837        with :
3938          toolchain : stable 
4039          rustflags : " " 
41- 
4240      - name : Add rust targets ${{ matrix.target }} 
4341        run : rustup target add ${{ matrix.target }} 
44- 
4542      - name : Cargo check 
4643        run : cargo check --release --target ${{ matrix.target }} --no-default-features 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments