Skip to content

Commit

Permalink
ci: disable test (until fix)
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
  • Loading branch information
davidB committed Jan 30, 2024
1 parent 41480b1 commit 25e2dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- lint_cargo_toml_fmt_files
- lint_cargo_clippy
- lint_cargo_deny
- test
# - test # disable test until setup of nextest
steps:
- name: Run the checkout command
uses: actions/checkout@v4
Expand Down Expand Up @@ -73,5 +73,5 @@ jobs:
${{ runner.os }}-sdk-rust-
- name: Check cargo version
run: cargo --version
- name: Run lint ${{ matrix.tasks }}
- name: Run ${{ matrix.tasks }}
run: make -f Makefile ${{ matrix.tasks }}

0 comments on commit 25e2dcc

Please sign in to comment.