diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-10-16 19:12:03 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-10-16 19:35:47 +0200 |
| commit | 9c2e06756d3678cdcaaa57ec01591083c5f1d2c4 (patch) | |
| tree | 5d6683b1bb61ec085aab94bb8a98696b27a0afd6 /.github | |
| parent | 01969b0906309e40c05867f4c0c3a04c05493235 (diff) | |
| download | rust-mode-9c2e06756d3678cdcaaa57ec01591083c5f1d2c4.tar.gz | |
drop run_rust_emacs_tests.sh and use make test in ci
Diffstat (limited to '.github')
| -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 |
