Skip to content

Commit

Permalink
test func loading and individual test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencheng committed Aug 4, 2024
1 parent 51558b1 commit 539a5c0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@ jobs:
- name: Show go version
run: go version

- name: Run single wip test
- name: Run single feature test
run: go run app/up/*.go ngo task -d ./tests/functests -t feature-demo.yml -i dev --configdir=./tests/functests

- name: Run individual feature request test
run: |
. ./funcs.rc
uptestx c0001

0 comments on commit 539a5c0

Please sign in to comment.