Skip to content

Commit

Permalink
remove smoke test from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Jan 17, 2024
1 parent 750a59e commit 7103f96
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,10 @@ jobs:
conda-solver: libmamba

- name: Install dependencies
run: |
poetry install
run: poetry install

- name: Run tests
run: |
makim tests.unit
- name: Run smoke tests
run: |
makim tests.smoke
run: makim tests.unit

linter-and-docs:
needs: check-branch
Expand Down

0 comments on commit 7103f96

Please sign in to comment.