diff options
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 758a861..1c78413 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,5 +28,7 @@ jobs: version: ${{ matrix.emacs_version }} - uses: actions/checkout@v1 + - name: Run tests - run: './run_rust_emacs_tests.sh' + run: | + make test |
