ziglang / zig-mode

Zig mode for Emacs
GNU General Public License v3.0
163 stars 54 forks source link

fix test regression #29

Closed joachimschmidt557 closed 3 years ago

joachimschmidt557 commented 4 years ago

Previously, running the tests with run_tests.sh failed because (buffer-file-name) returns nil in temporary buffers which are used when testing.

Could we create a GitHub Actions/Travis/AppVeyor/... job for this repo so that this doesn't happen in future? The AppVeyor badge in the README.md refers to another repo.