Move the test script to root and make sure it's executable

master
Fanael Linithien 6 years ago
parent a695c0f3b9
commit b4ef113712
  1. 2
      .github/workflows/test.yml
  2. 0
      run-tests.sh

@ -24,4 +24,4 @@ jobs:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v1
- name: Run tests
run: './.github/workflows/test.sh'
run: './run-tests.sh'

Loading…
Cancel
Save