1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Run x86 integration tests in GitHub actions

This commit is contained in:
Roman Zeyde 2023-06-29 19:50:11 +03:00
parent 883ebc94de
commit e3b2eb3e4b
2 changed files with 18 additions and 18 deletions

View File

@ -32,11 +32,11 @@ task:
test_script: test_script:
tests/run.sh tests/run.sh
task: # task:
name: integration [x86] # name: integration [x86]
container: # container:
dockerfile: Dockerfile.ci # dockerfile: Dockerfile.ci
docker_arguments: # docker_arguments:
ARCH: x86_64 # ARCH: x86_64
test_script: # test_script:
tests/run.sh # tests/run.sh

View File

@ -42,13 +42,13 @@ jobs:
- name: Clippy - name: Clippy
run: cargo clippy -- -D warnings run: cargo clippy -- -D warnings
# integration: integration:
# name: Integration name: Integration
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - name: Checkout - name: Checkout
# uses: actions/checkout@v3 uses: actions/checkout@v3
# - name: Build - name: Build
# run: docker build -f Dockerfile.ci . --rm -t electrs:tests run: docker build -f Dockerfile.ci . --rm -t electrs:tests
# - name: Test - name: Test
# run: docker run -v $PWD/contrib/:/contrib -v $PWD/tests/:/tests --rm electrs:tests bash /tests/run.sh run: docker run -v $PWD/contrib/:/contrib -v $PWD/tests/:/tests --rm electrs:tests bash /tests/run.sh