Skip to content

Bump serde_json from 1.0.113 to 1.0.115 #49

Bump serde_json from 1.0.113 to 1.0.115

Bump serde_json from 1.0.113 to 1.0.115 #49

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
internal-tests:
name: Internal tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2023-10-15
- uses: Swatinem/rust-cache@v2
- run: .scripts/internal-tests.sh
integration-tests:
name: Integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2023-10-15
- uses: Swatinem/rust-cache@v2
- run: .scripts/integration-tests.sh
env:
ALICE_PK: ${{ secrets.ALICE_PK }}
ALICE_SK: ${{ secrets.ALICE_SK }}