Skip to content

Commit 1756cdc

Browse files
committed
skip firefly tests on ci
1 parent b1e7643 commit 1756cdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
version: 3.x
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
- run: bash -c "$(curl https://fireflyzero.com/install.sh)"
28-
- run: task all
28+
- run: task lint
29+
- run: go test -count 1 ./...

0 commit comments

Comments
 (0)