Skip to content

Commit

Permalink
ci: include fast-usdc in tested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 23, 2024
1 parent dd3e148 commit 0df22be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ jobs:
run: cd packages/casting && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (create-dapp)
run: cd packages/create-dapp && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (fast-usdc)
if: (success() || failure())
run: cd packages/fast-usdc && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
- name: yarn test (internal)
if: (success() || failure())
run: cd packages/internal && yarn ${{ steps.vars.outputs.test }} | $TEST_COLLECT
Expand Down
1 change: 1 addition & 0 deletions scripts/check-untested-packages.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env node
/* eslint-env node */
import fs from 'fs';
import path from 'path';
import { execFileSync } from 'child_process';
Expand Down

0 comments on commit 0df22be

Please sign in to comment.