Skip to content

Commit

Permalink
Run asdf tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 3, 2023
1 parent 9a745bc commit 3b6afc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Check GHCup is not present
run: "! command -v ghcup"
shell: bash
- name: Run unit tests
run: ./test/bats/bin/bats -T test
# - name: Run unit tests
# run: ./test/bats/bin/bats -T test
- name: Run integration tests
uses: asdf-vm/actions/plugin-test@v3
with:
Expand Down

0 comments on commit 3b6afc6

Please sign in to comment.