We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fda95 commit e0239c5Copy full SHA for e0239c5
.github/workflows/rocketlib-unit-test.yml .github/workflows/unit-test.yml.github/workflows/rocketlib-unit-test.yml renamed to .github/workflows/unit-test.yml
@@ -4,15 +4,14 @@ name: Run Unit Tests
4
on: pull_request
5
6
jobs:
7
- # Build job
8
build:
9
name: Compile and Run Tests
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- name: Build Test
14
run: make
15
- working-directory: unit_tests
+ working-directory: tests
16
- name: Run Test
17
run: ./unit_test
18
0 commit comments