File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: Compile Check and Lint
1010jobs :
1111 check :
1212 name : Compile Check
13- runs-on : ubuntu-latest
13+ runs-on : mempool-ci
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Setup Rust
2121
2222 fmt :
2323 name : Formatter
24- runs-on : ubuntu-latest
24+ runs-on : mempool-ci
2525 steps :
2626 - uses : actions/checkout@v4
2727 - name : Setup Rust
3232
3333 test :
3434 name : Run Tests
35- runs-on : ubuntu-latest
35+ runs-on : mempool-ci
3636 steps :
3737 - uses : actions/checkout@v4
3838 - name : Setup Rust
4242 - run : cargo test --lib --all-features
4343
4444 compile-freebsd :
45- runs-on : ubuntu-latest
45+ runs-on : mempool-ci
4646 name : Run Compile Checks in FreeBSD
4747 env :
4848 FREEBSD_VER : " 14.3"
8686
8787 clippy :
8888 name : Linter
89- runs-on : ubuntu-latest
89+ runs-on : mempool-ci
9090 needs : [check]
9191 strategy :
9292 matrix : # Try all combinations of features. Some times weird things appear.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 build :
19- runs-on : ubuntu-latest
19+ runs-on : mempool-ci
2020 timeout-minutes : 120
2121 name : Build and push to DockerHub
2222 steps :
You can’t perform that action at this time.
0 commit comments