@@ -28,43 +28,44 @@ jobs:
28
28
command : fmt
29
29
args : --all -- --check
30
30
31
- check :
32
- name : Check
33
- runs-on : ubuntu-latest
34
- steps :
35
- - run : sudo apt-get update && sudo apt-get install -yq pkg-config libssl-dev
36
- - uses : actions/checkout@v2
37
- - uses : actions/setup-go@v3
38
- with :
39
- go-version : ~1.20
40
- - uses : actions-rs/toolchain@v1
41
- with :
42
- profile : minimal
43
- toolchain : nightly-2024-05-17
44
- override : true
45
- - uses : actions-rs/cargo@v1
46
- with :
47
- command : check
31
+ # check:
32
+ # name: Check
33
+ # runs-on: ubuntu-latest
34
+ # steps:
35
+ # - run: sudo apt-get update && sudo apt-get install -yq pkg-config libssl-dev
36
+ # - uses: actions/checkout@v2
37
+ # - uses: actions/setup-go@v3
38
+ # with:
39
+ # go-version: ~1.20
40
+ # - uses: actions-rs/toolchain@v1
41
+ # with:
42
+ # profile: minimal
43
+ # toolchain: nightly-2024-05-17
44
+ # override: true
45
+ # - uses: actions-rs/cargo@v1
46
+ # with:
47
+ # command: check
48
48
49
- test :
50
- name : Test Suite
51
- runs-on : nix-128g
52
- steps :
53
- - name : Checkout sources
54
- uses : actions/checkout@v4
55
- - name : Generate a random port number
56
- run : echo PGSQL_PORT=$(shuf -i 5000-30000 -n1) > .env
57
- - name : Install foundry
58
- shell : devenv shell bash -- -e {0}
59
- run : cargo install --root ${HOME}/.cargo --git https://github.com/foundry-rs/foundry --rev c4a984f forge anvil
60
- - name : Put cargo in PATH
61
- shell : devenv shell bash -- -e {0}
62
- run : echo "${HOME}/.cargo/bin" >> $GITHUB_PATH
63
- - name : Run cargo test
64
- run : devenv test
65
- env :
66
- RUST_LOG : " info"
67
- RUST_MIN_STACK : 10485760
68
- CI_RPC_URL : ${{ secrets.CI_RPC_URL }}
69
- CI_SEPOLIA : ${{ secrets.CI_SEPOLIA }}
70
- CI_ETH : ${{ secrets.CI_ETH }}
49
+
50
+ # test:
51
+ # name: Test Suite
52
+ # runs-on: nix-128g
53
+ # steps:
54
+ # - name: Checkout sources
55
+ # uses: actions/checkout@v4
56
+ # - name: Generate a random port number
57
+ # run: echo PGSQL_PORT=$(shuf -i 5000-30000 -n1) > .env
58
+ # - name: Install foundry
59
+ # shell: devenv shell bash -- -e {0}
60
+ # run: cargo install --root ${HOME}/.cargo --git https://github.com/foundry-rs/foundry --rev c4a984f forge anvil
61
+ # - name: Put cargo in PATH
62
+ # shell: devenv shell bash -- -e {0}
63
+ # run: echo "${HOME}/.cargo/bin" >> $GITHUB_PATH
64
+ # - name: Run cargo test
65
+ # run: devenv test
66
+ # env:
67
+ # RUST_LOG: "info"
68
+ # RUST_MIN_STACK: 10485760
69
+ # CI_RPC_URL: ${{ secrets.CI_RPC_URL }}
70
+ # CI_SEPOLIA: ${{ secrets.CI_SEPOLIA }}
71
+ # CI_ETH: ${{ secrets.CI_ETH }}
0 commit comments