Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mc-ntt-persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarilli committed Feb 11, 2024
2 parents f7e7c54 + 0020e39 commit e63dff4
Show file tree
Hide file tree
Showing 11 changed files with 2,631 additions and 111 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: setup rust
run: |
rustup set profile minimal
rustup toolchain install nightly-2023-04-17
rustup default nightly-2023-04-17
rustup toolchain install nightly-2023-08-21
rustup default nightly-2023-08-21
- name: build
run: |
cargo +nightly-2023-04-17 build --release
cargo +nightly-2023-08-21 build --release
- name: test
run: |
cargo +nightly-2023-04-17 test --release
cargo +nightly-2023-08-21 test --release
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target
/Cargo.lock
.idea
*.sh
Loading

0 comments on commit e63dff4

Please sign in to comment.