Skip to content

Commit

Permalink
ci: fix errors in ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold committed Mar 7, 2024
1 parent 06acbe5 commit 8d91eb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install cargo make
uses: davidB/rust-cargo-make@v1

- name: Install nightly toolchain
run: cargo make install-nightly
- name: Install stable toolchain
run: cargo make install-stable

- name: Run cargo clippy
run: cargo make clippy-check
Expand Down
2 changes: 0 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ toolchain = "${RUST_VERSION}"
command = "cargo"
args = [
"build",
"-p",
"cw-dex-router",
"--target",
"wasm32-unknown-unknown",
"--lib",
Expand Down
6 changes: 3 additions & 3 deletions coverage_grcov.Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ mkdir -p ${COVERAGE_PROF_OUTPUT}
'''

[tasks.coverage-grcov-run-test]
condition = { rust_version = { min = "1.60.0" } }
private = true
run_task = "test"
toolchain = "${RUST_VERSION}"
command = "cargo"
args = ["test", "--locked", "--", "--skip", "osmosis_tests"]

[tasks.coverage-grcov-run-test.env]
CARGO_BUILD_TARGET_DIR = "${COVERAGE_TARGET_DIRECTORY}"
Expand Down

0 comments on commit 8d91eb7

Please sign in to comment.