Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
CARGO_REGISTRIES_MY_REGISTRY_INDEX: https://github.com/rust-lang/crates.io-index
CARGO_TARGET_DIR: ${{ github.workspace }}/../target

jobs:
# 1
Expand All @@ -22,12 +23,6 @@ jobs:
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
echo "$HOME/actions-runner/externals/node20/bin" >> "$GITHUB_PATH"

- name: Run cargo check
run: make cargo-check

- name: Run cargo build
run: make build

- name: Run cargo test
run: make test
# 2
Expand Down
Loading