Skip to content

Commit e0239c5

Browse files
committed
Update unit test GitHub Action
1 parent 53fda95 commit e0239c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ name: Run Unit Tests
44
on: pull_request
55

66
jobs:
7-
# Build job
87
build:
98
name: Compile and Run Tests
109
runs-on: ubuntu-latest
1110
steps:
1211
- uses: actions/checkout@v4
1312
- name: Build Test
1413
run: make
15-
working-directory: unit_tests
14+
working-directory: tests
1615
- name: Run Test
1716
run: ./unit_test
18-
working-directory: unit_tests
17+
working-directory: tests

0 commit comments

Comments
 (0)