Skip to content

Commit

Permalink
Merge branch 'develop' into fix-weird-memory-corruption-on-release-bu…
Browse files Browse the repository at this point in the history
…ild-binary
  • Loading branch information
TheWaWaR authored Aug 19, 2022
2 parents 6af8a66 + d367373 commit a415e18
Show file tree
Hide file tree
Showing 38 changed files with 1,281 additions and 1,583 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: install rust format
run: rustup component add rustfmt
- name: check format
run: cargo fmt --all -- --check
- name: Build
run: cargo build
- name: Install dependencies
run: cargo install --version 0.6.0 moleculec
run: cargo install --version 0.7.3 moleculec
- name: Run tests
run: cargo run -p tests
Loading

0 comments on commit a415e18

Please sign in to comment.