Skip to content

Bump elliptic from 6.5.4 to 6.5.7 in /web-demo/frontend/custom-js #7

Bump elliptic from 6.5.4 to 6.5.7 in /web-demo/frontend/custom-js

Bump elliptic from 6.5.4 to 6.5.7 in /web-demo/frontend/custom-js #7

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --manifest-path src/dios-egraphs/Cargo.toml
- name: Run tests
run: cargo test --verbose --manifest-path src/dios-egraphs/Cargo.toml