Skip to content

Commit

Permalink
Setup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-andex committed Jan 2, 2024
1 parent 322ae6b commit f154fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v3
- name: Setup
run: |
cargo install wasm-pack
sudo apt update
sudo apt install nodejs
cargo install wasm-pack
- name: Build
run: cargo build --verbose
run: npm run build:release
- name: Run tests
run: cargo test --verbose
run: npm run test

0 comments on commit f154fdd

Please sign in to comment.