Skip to content

Commit

Permalink
Merge branch 'master' into audit-lottery
Browse files Browse the repository at this point in the history
  • Loading branch information
alyn509 authored Sep 4, 2024
2 parents e8915fb + d323dba commit c04196a
Show file tree
Hide file tree
Showing 113 changed files with 6,358 additions and 3,055 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/plotter-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI

on:
push:
branches:
- master
pull_request:

permissions:
checks: write
pull-requests: write

jobs:
template_test_current:
name: Plotter tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown

- name: Run plotter tests
run: |
cd tools/plotter
cargo test
Loading

0 comments on commit c04196a

Please sign in to comment.