diff --git a/.github/workflows/_rust_tests.yml b/.github/workflows/_rust_tests.yml index 5b18626d2ac..da2303c56e4 100644 --- a/.github/workflows/_rust_tests.yml +++ b/.github/workflows/_rust_tests.yml @@ -159,39 +159,38 @@ jobs: eval ${command} - # # Disabled - # rosetta-validation: - # timeout-minutes: 45 - # runs-on: [self-hosted] - # steps: - # - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - - # - name: Setup environment - # run: .github/scripts/rosetta/setup.sh - # shell: bash - - # - name: Start local IOTA network - # run: | - # iota start --no-full-node & - # shell: bash - - # - name: Start Rosetta servers - # run: .github/scripts/rosetta/start_rosetta.sh - # shell: bash - - # - name: Sleep for 20 seconds - # run: sleep 20s - # shell: bash - - # - name: Run check:construction test - # run: | - # ./bin/rosetta-cli --configuration-file rosetta_cli.json check:construction - # shell: bash - - # - name: Run check:data test - # run: | - # ./bin/rosetta-cli --configuration-file rosetta_cli.json check:data - # shell: bash + rosetta-validation: + timeout-minutes: 45 + runs-on: [self-hosted] + steps: + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + + - name: Setup environment + run: .github/scripts/rosetta/setup.sh + shell: bash + + - name: Start local IOTA network + run: | + iota start --no-full-node & + shell: bash + + - name: Start Rosetta servers + run: .github/scripts/rosetta/start_rosetta.sh + shell: bash + + - name: Sleep for 20 seconds + run: sleep 20s + shell: bash + + - name: Run check:construction test + run: | + ./bin/rosetta-cli --configuration-file rosetta_cli.json check:construction + shell: bash + + - name: Run check:data test + run: | + ./bin/rosetta-cli --configuration-file rosetta_cli.json check:data + shell: bash graphql-rpc: name: graphql-rpc