From 9c2e06756d3678cdcaaa57ec01591083c5f1d2c4 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sat, 16 Oct 2021 19:12:03 +0200 Subject: drop run_rust_emacs_tests.sh and use make test in ci --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3