fix cd
This commit is contained in:
parent
92f4c0707b
commit
a5589d0dab
|
@ -7,7 +7,7 @@ export PATH=$PATH:~/.dotnet
|
|||
# we need to build the runtime before test run, since we used "--no-dependencies"
|
||||
# when we call dotnet cli for restore and build, in order to speed up
|
||||
|
||||
dotnet build -c Release -f netstandard2.0 ../runtime/CSharp/Antlr4.csproj
|
||||
dotnet build -c Release -f netstandard2.0 runtime/CSharp/Antlr4.csproj
|
||||
|
||||
# run tests
|
||||
cd runtime-testsuite/
|
||||
|
|
Loading…
Reference in New Issue