Skip to content

Commit

Permalink
start testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bitplane committed Dec 22, 2024
1 parent e2d2a9a commit 8c7521e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Test
run: ./test.sh
- name: Run CLI tests
run: cd test; ./run.sh cli
2 changes: 1 addition & 1 deletion test/_setup.sh → test/cli/_setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export PATH=$(dirname "$0")/../src:$PATH
export PATH=$(dirname "$0")/../../src:$PATH

export test_tempdir="/tmp/lifecap-tests-$$"
mkdir -p "$test_tempdir"
Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions test/cli/topic/test_add_topic.sh

This file was deleted.

0 comments on commit 8c7521e

Please sign in to comment.