Skip to content

Commit

Permalink
update CI to run all tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Oct 24, 2024
1 parent f14d395 commit 8d1ec8a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
run: flow version
- name: Update PATH
run: echo "/root/.local/bin" >> $GITHUB_PATH
- name: Run Go-based tests
run: export GOPATH=$HOME/go && make ci

- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"

- name: Run Cadence-based tests
run: flow test --cover --covercode="contracts" contracts/Crypto_test.cdc
- name: Run Go and Cadence tests
run: make ci

0 comments on commit 8d1ec8a

Please sign in to comment.