actions: set working dir

This commit is contained in:
Noah Santschi-Cooney 2021-01-29 23:44:22 +00:00
parent d9d44b3e77
commit 24f69f92f4
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -1,14 +1,14 @@
name: LSP Server
on:
push:
branches: [ rust-rewrite ]
pull_request:
branches: [ rust-rewrite ]
env:
CARGO_TERM_COLOR: always
defaults:
run:
working-directory: server
jobs:
build:
runs-on: ${{ matrix.os }}