Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Feb 1, 2024
1 parent 412063f commit 481d980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
rustup target add ${{ matrix.target }}
- name: Build and Test
run: ./ci/build_and_test.sh
run: ./ci/build.sh
2 changes: 1 addition & 1 deletion ci/build_and_test.sh → ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ rustc -Vv
cargo -V

# Build and test main crate
cargo build --locked --all-features
cargo build --locked --all-features

0 comments on commit 481d980

Please sign in to comment.