File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 1- name : Integration Tests
1+ name : End-to-End Tests
22
33on : [ push, pull_request ]
44
@@ -10,23 +10,9 @@ concurrency:
1010 cancel-in-progress : true
1111
1212jobs :
13- integration -tests :
13+ e2e -tests :
1414 runs-on : ubuntu-latest
1515
16- services :
17- rabbitmq :
18- image : rabbitmq:3
19- env :
20- RABBITMQ_DEFAULT_USER : guest
21- RABBITMQ_DEFAULT_PASS : guest
22- ports :
23- - 5672:5672
24- options : >-
25- --health-cmd "rabbitmqctl node_health_check"
26- --health-interval 10s
27- --health-timeout 5s
28- --health-retries 5
29-
3016 steps :
3117 - name : Checkout code
3218 uses : actions/checkout@v6
4834 - name : Set bitcoind environment variable
4935 run : echo "BITCOIND_EXE=$( pwd )/bin/bitcoind-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
5036
51- - name : Run RabbitMQ integration tests
52- run : cargo test --features integration-tests-events-rabbitmq --verbose --color=always -- --nocapture
53- env :
54- RUST_BACKTRACE : 1
55-
5637 - name : Run end-to-end tests
5738 run : cargo test --manifest-path e2e-tests/Cargo.toml --verbose --color=always -- --test-threads=4 --nocapture
5839 env :
You can’t perform that action at this time.
0 commit comments