Skip to content

Commit

Permalink
Merge branch 'nkysg/compiler-v2-update' into bob/compiler-v2-framewor…
Browse files Browse the repository at this point in the history
…k-19
  • Loading branch information
welbon committed Dec 13, 2024
2 parents 0f3cbd2 + b4b9eb3 commit 75b4714
Show file tree
Hide file tree
Showing 15 changed files with 94 additions and 79 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,25 @@ jobs:
command: clean
- name: run cargo check
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: -D warnings
with:
command: clippy
args: --all-targets
- name: build
uses: actions-rs/cargo@v1
with:
command: build
args: --all
- name: test
run: ./scripts/nextest.sh
# - name: check changed files
# run: bash ./scripts/changed_files.sh
- name: Doc Tests
uses: actions-rs/cargo@v1
with:
command: test
args: --doc
- name: integration test dev environment
env:
RUST_LOG: info
Expand All @@ -41,4 +55,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --test integration -- -e cmd
args: --test integration -- -e cmd
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75b4714

Please sign in to comment.