Skip to content

moved cross_chain.rs into voting.rs #5

moved cross_chain.rs into voting.rs

moved cross_chain.rs into voting.rs #5

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
strategy:
matrix:
<<<<<<< HEAD

Check failure on line 11 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
platform: [ubuntu-22.04, macos-13]
=======
platform: [ubuntu-latest, macos-latest]
>>>>>>> 4c04023d81c526af92d771dc71a1f2216de3f45c
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
<<<<<<< HEAD
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.17.0
- name: Setup dependencies
if: startsWith(matrix.platform, 'macos')
run: |
brew install llvm@14
echo /usr/local/opt/llvm@14/bin >> $GITHUB_PATH
=======
>>>>>>> 4c04023d81c526af92d771dc71a1f2216de3f45c
- name: Build
env:
IS_GITHUB_ACTION: true
run: cargo +stable build --workspace --target wasm32-unknown-unknown --release
- name: Run Cargo tests
env:
IS_GITHUB_ACTION: true
run: cargo test --workspace -- --nocapture
- name: Run Ava tests
env:
IS_GITHUB_ACTION: true
run: cd sputnikdao2 && sh test.sh