Skip to content

Bump openssl from 0.10.29 to 0.10.55 #40

Bump openssl from 0.10.29 to 0.10.55

Bump openssl from 0.10.29 to 0.10.55 #40

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install Oasis SDK
run: |
curl --proto '=https' --tlsv1.2 -sSL https://get.oasis.dev | python - --speedrun
echo "::set-env name=PATH::$HOME/.local/bin::$HOME/.cargo/bin:$PATH"
- name: Lint
run: |
cargo fmt -- --check
yarn
yarn lint
- name: Test
run: |
oasis chain >& oasis.log &
oasis test